We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fd5f1 commit cdd272cCopy full SHA for cdd272c
invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/package.json
@@ -3,7 +3,7 @@
3
"This package.json is needed to run the JS tests, locally and CI."
4
],
5
"scripts": {
6
- "test": "react-scripts test"
+ "test": "react-scripts test --transformIgnorePatterns /\"node_modules/(?!axios)/\""
7
},
8
"devDependencies": {
9
"@babel/cli": "^7.5.0",
@@ -59,4 +59,4 @@
59
"typescript": "^4.9.5",
60
"yup": "^0.32.11"
61
}
62
-}
+}
0 commit comments