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 6c35aba commit 1cdde26Copy full SHA for 1cdde26
test/index.spec.js
@@ -17,7 +17,8 @@ async function lintProject (name) {
17
}
18
19
test('a default project should pass lint', async () => {
20
- await lintProject('default')
+ const { stdout } = await lintProject('default')
21
+ expect(stdout).toEqual('')
22
})
23
24
test('should lint .ts file', async () => {
0 commit comments