Skip to content

Commit b687955

Browse files
committed
test: fix windows path separator issue
1 parent d25f511 commit b687955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('should report error on recommended rule violations in .vue files', ()
8989
restore()
9090

9191
expect(failed).toBe(true)
92-
expect(stdout).toContain('src/App.vue')
92+
expect(stdout).toContain('App.vue')
9393
expect(stdout).toContain('@typescript-eslint/ban-ts-comment')
9494
})
9595
}

0 commit comments

Comments
 (0)