Skip to content

Commit a02eaf5

Browse files
committed
test: fix failing tests
1 parent 831d361 commit a02eaf5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/run.spec.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ test.group('Child process', () => {
6868

6969
assert.equal(childProcess.exitCode, 0)
7070
assert.deepEqual(payload, {
71-
args: [
72-
'--loader=ts-node/esm',
73-
'--no-warnings',
74-
'--experimental-import-meta-resolve',
75-
'--enable-source-maps',
76-
'--throw-deprecation',
77-
],
71+
args: ['--loader=ts-node/esm', '--enable-source-maps', '--throw-deprecation'],
7872
})
7973
})
8074

0 commit comments

Comments
 (0)