Skip to content

Commit

Permalink
Merge pull request #4231 from Hacker0x01/Jest-+-Codecov
Browse files Browse the repository at this point in the history
Try re-enabling Codecov with Jest
  • Loading branch information
martijnrusschen authored Sep 1, 2023
2 parents 562a704 + d3f8d3d commit 1b48862
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 @@ -119,7 +119,7 @@
"prettier": "prettier --write '**/*.{js,jsx}'",
"start": "yarn --cwd docs-site install && yarn --cwd docs-site start",
"test": "NODE_ENV=test jest",
"test:ci": "NODE_ENV=test jest --ci",
"test:ci": "NODE_ENV=test jest --ci --coverage",
"test:watch": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=test jest --watch",
"build": "NODE_ENV=production yarn run build:js && NODE_ENV=production yarn run css:prod && NODE_ENV=production yarn run css:modules:dev && NODE_ENV=production yarn run css:dev && NODE_ENV=production yarn run css:modules:dev",
"build-dev": "NODE_ENV=development yarn run js:dev && NODE_ENV=development yarn run css:dev && NODE_ENV=development yarn run css:modules:dev",
Expand Down

0 comments on commit 1b48862

Please sign in to comment.