Skip to content

Commit

Permalink
Added test for Variables and coverage
Browse files Browse the repository at this point in the history
* Changed `rewire.ts` to provide helper methods instead of rewiring
  directly in the global scope which seemed to cause issues. See
  theKashey/rewiremock#144.
* Added NPM package `nyc` to provide coverage reports. Use
  `npm run coverage`.
* Improved coverage of `Inputs`.
  • Loading branch information
Xerillio committed Mar 13, 2023
1 parent ca481d7 commit ed517a9
Show file tree
Hide file tree
Showing 6 changed files with 3,309 additions and 237 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
bin
.task
.nyc_output
Loading

0 comments on commit ed517a9

Please sign in to comment.