Skip to content

Commit cdd272c

Browse files
committed
tests: fix js tests
1 parent 32fd5f1 commit cdd272c

File tree

1 file changed

+2
-2
lines changed
  • invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records

1 file changed

+2
-2
lines changed

invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"This package.json is needed to run the JS tests, locally and CI."
44
],
55
"scripts": {
6-
"test": "react-scripts test"
6+
"test": "react-scripts test --transformIgnorePatterns /\"node_modules/(?!axios)/\""
77
},
88
"devDependencies": {
99
"@babel/cli": "^7.5.0",
@@ -59,4 +59,4 @@
5959
"typescript": "^4.9.5",
6060
"yup": "^0.32.11"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)