Skip to content

Commit

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

PR-URL: #40739
Backport-PR-URL: #41776
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and danielleadams committed Feb 1, 2022
1 parent 1b8169a commit b4fea14
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 b4fea14

Please sign in to comment.