Skip to content

Commit

Permalink
build(e2e): less dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Dec 14, 2020
1 parent b744dfd commit b3d7df8
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 1,904 deletions.
191 changes: 0 additions & 191 deletions e2e/a10/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions e2e/a10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"test:jest:es5:no-ivy": "jest -w 1 --config jest.es5noivy.js",
"test:jest:es2015:ivy": "jest -w 1 --config jest.es2015ivy.js",
"test:jest:es2015:no-ivy": "jest -w 1 --config jest.es2015noivy.js",
"test:jest:debug": "jest -w 1 --watch",
"lint": "ng lint"
"test:jest:debug": "jest -w 1 --watch"
},
"private": true,
"peerDependencies": {
Expand All @@ -45,7 +44,6 @@
"@types/jasmine": "3.5.14",
"@types/jest": "26.0.19",
"@types/node": "12.19.8",
"codelyzer": "6.0.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.2",
"jest": "26.6.3",
Expand All @@ -56,7 +54,6 @@
"karma-jasmine-html-reporter": "1.5.4",
"ts-jest": "26.4.4",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "3.9.7"
}
}
Loading

0 comments on commit b3d7df8

Please sign in to comment.