Skip to content

Commit bbdfc4c

Browse files
committed
turn off test output
1 parent b1b2741 commit bbdfc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test('It handles allowJs option and loads JS modules', async (t) => {
156156
//'--ignore .rcfile',
157157
`js-module.js`,
158158
].join(' ')
159-
).turnOnOutput()
159+
) //.turnOnOutput()
160160
await ps.waitForLine(/JS MODULE/)
161161
await ps.exit()
162162
})

0 commit comments

Comments
 (0)