Skip to content

Commit 270fc37

Browse files
committed
chore: linting
1 parent 0082736 commit 270fc37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/goods.test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ describe('goods', () => {
142142
await $\`echo hidden\`
143143
return $\`echo result\`
144144
}))
145-
`,
146-
{ CI: '' }
145+
`
147146
)
148147
assert(out.stdout.includes('result'))
149148
assert(out.stderr.includes('⠋'))

0 commit comments

Comments
 (0)