Skip to content

Commit 0d728a3

Browse files
committed
test: disable warnings to fix flaky test
Fixes: nodejs#40738 PR-URL: nodejs#40739 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cdee445 commit 0d728a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --experimental-json-modules
1+
// Flags: --experimental-json-modules --no-warnings
22
/* eslint-disable no-unused-vars */
33
import '../common/index.mjs';
44
import { ofLife } from '../fixtures/experimental.json' assert { type: 'json' };

0 commit comments

Comments
 (0)