Skip to content

Commit

Permalink
script refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Apr 4, 2022
1 parent 105fa73 commit 937bb1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"lint": "eslint '{packages,tests}/**/*.{js,ts,vue}' --color",
"serve": "SERVER=true yarn build:w",
"test:integration": "jest --config ./tests/integration/config/jest.config.js",
"test:e2e:cucumber:oc10": "cucumber-js --profile=e2e --tags \"not @skipOnOC10\" -f json:tests/e2e/cucumber/report/cucumber_report.json",
"test:e2e:cucumber:ocis": "NODE_TLS_REJECT_UNAUTHORIZED=0 cucumber-js --profile=e2e --tags \"not @skipOnOCIS\" -f json:tests/e2e/cucumber/report/cucumber_report.json",
"test:e2e:cucumber": "NODE_TLS_REJECT_UNAUTHORIZED=0 cucumber-js --profile=e2e -f json:tests/e2e/cucumber/report/cucumber_report.json",
"test:unit": "NODE_OPTIONS=--unhandled-rejections=throw jest --coverage --config ./tests/unit/config/jest.config.js"
},
"browserslist": [
Expand Down

0 comments on commit 937bb1a

Please sign in to comment.