Skip to content
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

Test against GitHub fetch polyfill #3

Closed
wants to merge 4 commits into from

Conversation

mohsen1
Copy link

@mohsen1 mohsen1 commented Feb 22, 2017

Tries to fix #2

@mohsen1
Copy link
Author

mohsen1 commented Feb 22, 2017

Per discussion at #2 this is not going to pass by design. I'll leave the PR for anyone who wants to continue.

@developit
Copy link
Owner

Awesome, I will play around with this.

- npm run build
- cp dist/unfetch.umd.js fetch/fetch.js
- cd fetch
- echo '/* jshint ignore:start */' | cat - fetch.js > temp && mv temp fetch.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplify a bit?

- echo '/* jshint ignore:start */' | cat - dist/unfetch.umd.js > fetch/fetch.js
- cd fetch
- npm test

@mohsen1 mohsen1 closed this Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run GitHub/fetch tests against this polyfill
3 participants