Skip to content

Commit 7166df4

Browse files
author
Ken Winner
committed
Removing integration tests and testcontainers package
1 parent 8537664 commit 7166df4

File tree

3 files changed

+0
-335
lines changed

3 files changed

+0
-335
lines changed

package-lock.json

Lines changed: 0 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"test": "jest unit",
1010
"test-cov": "jest unit --coverage",
1111
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
12-
"test:integration": "jest integ",
1312
"lint": "eslint .",
1413
"build": "tsc",
1514
"prepare": "npm run build",
@@ -48,7 +47,6 @@
4847
"dynalite": "^3.2.1",
4948
"eslint": "^6.8.0",
5049
"jest": "^26.6.3",
51-
"testcontainers": "^6.4.1",
5250
"ts-jest": "^26.4.4",
5351
"typescript": "^4.1.3"
5452
},

0 commit comments

Comments
 (0)