Skip to content

Commit

Permalink
feat(types): Add Typescript definitions.
Browse files Browse the repository at this point in the history
Fixes: nock#1670

Copies over the existing types and tests from DefinitelyTyped.
Includes updates to bring them up to date with 11.0
  • Loading branch information
mastermatt committed Aug 17, 2019
1 parent 4d0fbbf commit 96b87fe
Show file tree
Hide file tree
Showing 7 changed files with 2,469 additions and 1,098 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node_js: lts/*
env: linting
# Show prettier errors, even if lint fails.
script: run-s --silent --continue-on-error lint prettier:check
script: run-s --silent --continue-on-error lint prettier:check dtslint
- stage: test
node_js: 12
- node_js: 10
Expand Down

0 comments on commit 96b87fe

Please sign in to comment.