We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7542392 commit 7437d21Copy full SHA for 7437d21
apps/site/tests/e2e/general-behavior.spec.ts
@@ -1,4 +1,4 @@
1
-import englishLocale from '@node-core/website-i18n/locales/en.json';
+import englishLocale from '@node-core/website-i18n/locales/en.json' with { type: 'json' };
2
import { test, expect, type Page } from '@playwright/test';
3
4
import type { Locale } from '@node-core/website-i18n/types';
0 commit comments