Skip to content

Commit 4f0b218

Browse files
committed
[grid] Fixing Grid UI unit tests
1 parent ee1d50f commit 4f0b218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/grid-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"start": "react-scripts start",
2727
"build": "react-scripts build && python scripts/rmSourcemaps.py",
2828
"analyze": "source-map-explorer 'build/static/js/*.js'",
29-
"test": "react-scripts test --watchAll=false",
29+
"test": "react-scripts test --watchAll=false --transformIgnorePatterns 'node_modules/(?!(@novnc)/)'",
3030
"eject": "react-scripts eject",
3131
"lint": "ts-standard && eslint --ext '.js,.ts,.tsx' src"
3232
},

0 commit comments

Comments
 (0)