Skip to content

Commit

Permalink
[#26] Add transformIgnorePatterns to package.json test due to swiper …
Browse files Browse the repository at this point in the history
…export issue
  • Loading branch information
liamstevens111 committed Mar 15, 2023
1 parent 1ccad11 commit 1fd2328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"start": "react-scripts -r @cypress/instrument-cra start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!swiper)/\"",
"eject": "react-scripts eject",
"test:coverage": "rimraf coverage && react-scripts test --coverage --watchAll=false && npm run cypress:run && node ./scripts/coverage-merge.js && nyc report",
"test:merge-coverage": "node ./scripts/coverage-merge.js",
Expand Down

0 comments on commit 1fd2328

Please sign in to comment.