Skip to content

Commit

Permalink
debug without test:unit
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Nov 23, 2020
1 parent 66860f6 commit 21ed679
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 @@ -5,7 +5,7 @@
"scripts": {
"banners": "node tools/maintain-banners.js {okta-hosted-login,custom-login,tools,scripts}/{*js,src/**/*{js,jsx,css}}",
"lint": "npx eslint -c .eslintrc.json --ext .js --ext .jsx okta-hosted-login/src/ custom-login/src/ scripts/",
"test": "npm run lint && npm run test:unit && npm run test:e2e",
"test": "npm run lint && npm run test:e2e",
"okta-hosted-login-server": "npm start --prefix okta-hosted-login/",
"test:okta-hosted-login": "export TEST_TYPE=implicit || setx TEST_TYPE \"implicit\" && protractor okta-hosted-login/protractor.conf.js",
"custom-login-server": "npm start --prefix custom-login/",
Expand Down

0 comments on commit 21ed679

Please sign in to comment.