Skip to content

Commit

Permalink
Adding in integration tests using testcontainers. Fixing the res.Item…
Browse files Browse the repository at this point in the history
… when parsing the entity in Table.transactGet
  • Loading branch information
Ken Winner committed Jan 9, 2021
1 parent 86e1127 commit 70bd542
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 1 deletion.
235 changes: 235 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "jest unit",
"test-cov": "jest unit --coverage",
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:integration": "jest integ",
"lint": "eslint .",
"build": "tsc",
"prepare": "npm run build",
Expand Down Expand Up @@ -47,6 +48,7 @@
"dynalite": "^3.2.1",
"eslint": "^6.8.0",
"jest": "^26.6.3",
"testcontainers": "^6.4.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
Expand Down
Loading

0 comments on commit 70bd542

Please sign in to comment.