Skip to content

Commit

Permalink
update npm run test script
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneenT committed Sep 9, 2024
1 parent 60fafbe commit 99a9cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"scripts": {
"start": "npm-run-all -p start-js --max_old_space_size=8192",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!vitessce|@devexpress|@elastic|react-ga4|@hms-dbmi|@deck.gl|@vivjs)'",
"eject": "react-scripts eject",
"start-js": "craco --max_old_space_size=8192 start",
"build-js": "craco --max_old_space_size=8192 build",
Expand Down

0 comments on commit 99a9cdb

Please sign in to comment.