We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1d50f commit 4f0b218Copy full SHA for 4f0b218
javascript/grid-ui/package.json
@@ -26,7 +26,7 @@
26
"start": "react-scripts start",
27
"build": "react-scripts build && python scripts/rmSourcemaps.py",
28
"analyze": "source-map-explorer 'build/static/js/*.js'",
29
- "test": "react-scripts test --watchAll=false",
+ "test": "react-scripts test --watchAll=false --transformIgnorePatterns 'node_modules/(?!(@novnc)/)'",
30
"eject": "react-scripts eject",
31
"lint": "ts-standard && eslint --ext '.js,.ts,.tsx' src"
32
},
0 commit comments