Skip to content

Commit

Permalink
test: disable warnings to fix flaky test
Browse files Browse the repository at this point in the history
Fixes: nodejs#40738

PR-URL: nodejs#40739
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 committed Jan 30, 2022
1 parent 7a0024f commit 8272b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --experimental-json-modules
// Flags: --experimental-json-modules --no-warnings
/* eslint-disable no-unused-vars */
import '../common/index.mjs';
import { ofLife } from '../fixtures/experimental.json' assert { type: 'json' };

0 comments on commit 8272b87

Please sign in to comment.