-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(adapter-xhr): Add support for handling binary data #333
Conversation
Blocked by sinonjs/nise#164 |
packages/@pollyjs/adapter-xhr/tests/integration/adapter-test.js
Outdated
Show resolved
Hide resolved
@@ -40,9 +40,10 @@ | |||
"watch-all": "npm-run-all --parallel build:watch test:build:watch" | |||
}, | |||
"dependencies": { | |||
"@offirgolan/nise": "^4.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a user scoped package with sinonjs/nise#164 until it gets merged upstream.
@@ -99,7 +99,7 @@ | |||
"lint-staged": "^8.2.0", | |||
"mocha": "^6.1.4", | |||
"npm-run-all": "^4.1.5", | |||
"prettier": "^1.18.2", | |||
"prettier": "~1.18.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build was failing with the resolved version of 1.19.2
so keeping it at 1.18.x until we upgrade prettier/eslint to latest
Description
Add support for handling binary data.
Motivation and Context
#183
Types of Changes
Checklist