Skip to content

Commit 98e38d9

Browse files
committed
rm process exit
1 parent 1b4a2f5 commit 98e38d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/apply/esm.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ t.test('basic', async t => {
2020

2121
const file = await s.readFile('file.js')
2222

23-
process.exit(0)
2423
t.match(file, 'var x = 1;')
2524
})

test/check/snapshots.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ t.test('workspaces with empty dir', async t => {
1717
await t.resolveMatchSnapshot(s.check())
1818
})
1919

20-
t.test('not ok without required', async t => {
20+
t.test('not good without required', async t => {
2121
const s = await setup(t)
2222
await s.apply()
2323
await t.resolveMatchSnapshot(s.check())

0 commit comments

Comments
 (0)