Skip to content

Commit

Permalink
Revert "fix test"
Browse files Browse the repository at this point in the history
This reverts commit f5d00ab.
  • Loading branch information
Josh-Cena committed Jul 12, 2022
1 parent f5d00ab commit 5c5bb55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions jest.config.mjs
Expand Up @@ -52,9 +52,6 @@ export default {
},
target: 'es2020',
},
module: {
ignoreDynamic: true,
},
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"lint:spelling": "cspell \"**\" --no-progress",
"lint:style": "stylelint \"**/*.css\"",
"lerna": "lerna",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test": "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",
Expand Down

0 comments on commit 5c5bb55

Please sign in to comment.