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 360f37e commit f5d00abCopy full SHA for f5d00ab
jest.config.mjs
@@ -52,6 +52,9 @@ export default {
52
},
53
target: 'es2020',
54
55
+ module: {
56
+ ignoreDynamic: true,
57
+ },
58
59
],
60
package.json
@@ -51,7 +51,7 @@
51
"lint:spelling": "cspell \"**\" --no-progress",
"lint:style": "stylelint \"**/*.css\"",
"lerna": "lerna",
- "test": "jest",
+ "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test:build:website": "./admin/scripts/test-release.sh",
"watch": "yarn lerna run --parallel watch",
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && yarn lerna exec --ignore docusaurus yarn rimraf lib",
0 commit comments