Skip to content

Commit

Permalink
Merge pull request #7 from DuncanMcPherson/autoMocker-init
Browse files Browse the repository at this point in the history
Auto mocker init
  • Loading branch information
DuncanMcPherson authored Jan 22, 2024
2 parents d3bbe8a + 743d8ec commit 674efc4
Show file tree
Hide file tree
Showing 16 changed files with 4,288 additions and 54 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ node_modules/
dist/
**/*.tgz
test-results/
coverage/
coverage/
build-test/

**/*.map
12 changes: 12 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
check:
global:
statements: 95
lines: 95
branches: 95
functions: 95
reporting:
watermarks:
statements: [75, 95]
lines: [75, 95]
functions: [75, 95]
branches: [75, 90]
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
Loading

0 comments on commit 674efc4

Please sign in to comment.