Skip to content

Commit

Permalink
chore: switch to jest for test script and drop old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt committed Oct 8, 2023
1 parent d106fdd commit 176dc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:ci": "jest --ci --coverage",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "jest",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -38,6 +38,8 @@
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
Expand Down

0 comments on commit 176dc6f

Please sign in to comment.