forked from pact-foundation/pact-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(request): make Request class work across both Node and Browser …
…using Popsicle Includes a number of changes and tidying ups: * Add 'exit' flag to mocha to exit properly after tests are done * Update superagent dependency * Update dependencies for karma-pact to fix issue with peer dependencies * Update standard version, make sure the ignore glob is correct * Fix Mocha registering ts-node twice * Update nock to 9.1.x and fix tests * Update lock file for e2e tests * Adding union type for http methods to gradually change to the enum See pact-foundation#134 and pact-foundation#10 for background.
- Loading branch information
Showing
17 changed files
with
524 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,4 @@ module.exports = { | |
new webpack.NoEmitOnErrorsPlugin() | ||
], | ||
devtool: 'source-map' | ||
} | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.