Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maboesanman committed May 12, 2020
1 parent 0fde053 commit 7fc3730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givens",
"version": "1.3.1",
"version": "1.3.2",
"description": "Easy test setup without side effects",
"main": "dist/getGiven.js",
"types": "dist/getGiven.d.ts",
Expand Down Expand Up @@ -79,7 +79,9 @@
"transform": {
"^.+\\.ts$": "ts-jest"
},
"coverageReporters": ["lcov"],
"coverageReporters": [
"lcov"
],
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.ts"
Expand Down

0 comments on commit 7fc3730

Please sign in to comment.