Skip to content

Commit 6f28f35

Browse files
committed
test: fix breaking test
1 parent e74612b commit 6f28f35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/run.spec.ts

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

6969
assert.equal(childProcess.exitCode, 0)
7070
assert.deepEqual(payload, {
71-
args: ['--loader=ts-node/esm', '--enable-source-maps', '--throw-deprecation'],
71+
args: [
72+
'--loader=ts-node/esm',
73+
'--enable-source-maps',
74+
'--disable-warning=ExperimentalWarning',
75+
'--throw-deprecation',
76+
],
7277
})
7378
})
7479

0 commit comments

Comments
 (0)