-
Notifications
You must be signed in to change notification settings - Fork 7
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
Restructure #6
Merged
Merged
Restructure #6
Conversation
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
added basics for open source
Update .travis.yml
- Setup/configured Babel6, Mocha, Chai, Parcel - Implemented a few preliminary tests on the main web3data object - Began implementation of Web3Data main class
- Added nock for mocking http requests/responses - Implemented a few more methods in the web3data class - Implemented a few more tests
- Move back to parcel - Create two build options 'node' 'browser' - Update gitignore
- Bundler back to Parcel - [W.I.P.]ava tests implemented ~50% - nyc code coverage - Condensed code base to build for node and browser from single file - [W.I.P.] Added build scripts - [W.I.P.] Configuring test scripts - Switched from nock to ava-playback - Added linting
- import pollyfill to fix babel error in web3data-browser
- Polishing tests - [W.I.P.] Working on build scripts
- Added options to build for node/browser - got is imported dynamically - ky is pretranspiled and included in build - [W.I.P.] build w/o babel-pollyfill
- Moved retrieve function from web3data.js to it's own file - All tests on web3data (node) run flawlessly - [W.I.P.] Browser tests fail bc babel-polly fill is required working out way to include it without it being bundled
- pollyfill and building ky now play nicely - [W.I.P.] browser tests - ky working fine however working on getting ky's payload the same way as got to combine test files in the future
- Improved build script and added clean build option - added helper function to delete directories - moved cross-env to devDeps (should fix travis)
- Switched to using xo for linting - Set node version for travis
- Updated ky to 0.3.0 - removed API_KEY from test files - update travis build badge in README
taylorjdawson
force-pushed
the
restructure
branch
from
July 17, 2019 08:36
eced856
to
f262b4b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.