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
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Nov 8, 2021
1 parent 8c103ab commit e58cce4
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 e58cce4

Please sign in to comment.