Skip to content

Commit

Permalink
test: fix windows path separator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 24, 2024
1 parent d25f511 commit b687955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('should report error on recommended rule violations in .vue files', ()
restore()

expect(failed).toBe(true)
expect(stdout).toContain('src/App.vue')
expect(stdout).toContain('App.vue')
expect(stdout).toContain('@typescript-eslint/ban-ts-comment')
})
}
Expand Down

0 comments on commit b687955

Please sign in to comment.