Skip to content

Commit

Permalink
Merge pull request #170 from CruGlobal/removing-protractor
Browse files Browse the repository at this point in the history
Security Updates - Removing protractor e2e testing
  • Loading branch information
dr-bizz authored Nov 13, 2024
2 parents b3f4cf9 + 33da1c7 commit cc090a2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 730 deletions.
28 changes: 0 additions & 28 deletions e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/tsconfig.e2e.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"build:dev": "ng build --configuration development",
"test": "ng test --watch=false",
"lint": "npx eslint 'src/**/*.{js,ts}' --quiet --fix",
"e2e": "ng e2e",
"prettier:check": "prettier '{{src,embed}/**/*.{js,json,ts,tsx,html},./*.{js,json,ts,tsx,yml,html}}' --list-different",
"prettier:write": "prettier '{{src,embed}/**/*.{js,json,ts,tsx,html},./*.{js,json,ts,tsx,yml,html}}' --write",
"precommit": "pretty-quick --staged"
Expand Down Expand Up @@ -58,15 +57,13 @@
"eslint": "^8.33.0",
"husky": "^8.0.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^1.7.0",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.0",
"protractor": "^7.0.0",
"stream": "^0.0.3",
"timers": "^0.1.1",
"ts-node": "~9.1.1",
Expand Down
Loading

0 comments on commit cc090a2

Please sign in to comment.