Skip to content

Commit 70bd542

Browse files
author
Ken Winner
committed
Adding in integration tests using testcontainers. Fixing the res.Item when parsing the entity in Table.transactGet
1 parent 86e1127 commit 70bd542

File tree

5 files changed

+340
-1
lines changed

5 files changed

+340
-1
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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",
1213
"lint": "eslint .",
1314
"build": "tsc",
1415
"prepare": "npm run build",
@@ -47,6 +48,7 @@
4748
"dynalite": "^3.2.1",
4849
"eslint": "^6.8.0",
4950
"jest": "^26.6.3",
51+
"testcontainers": "^6.4.1",
5052
"ts-jest": "^26.4.4",
5153
"typescript": "^4.1.3"
5254
},

0 commit comments

Comments
 (0)