From 99a9cdb9e558718fb8899f52255019edc388e290 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Mon, 9 Sep 2024 08:50:04 -0400 Subject: [PATCH] update npm run test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2eafcc..a8f01e8 100644 --- a/package.json +++ b/package.json @@ -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",