We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25f511 commit b687955Copy full SHA for b687955
test/index.spec.ts
@@ -89,7 +89,7 @@ describe('should report error on recommended rule violations in .vue files', ()
89
restore()
90
91
expect(failed).toBe(true)
92
- expect(stdout).toContain('src/App.vue')
+ expect(stdout).toContain('App.vue')
93
expect(stdout).toContain('@typescript-eslint/ban-ts-comment')
94
})
95
}
0 commit comments