frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Bundled profiles and browser tests #56

Closed dumyan closed 7 years ago

dumyan commented 7 years ago

Webpack is used for bundling profiles because it was the cleanest solution, SystemJS required hacking the json loader.

Tests are currently bundled with the module with webpack, so they can be easily shared with the node tests. Currently they can be seen by opening test/browser/index.html, I had an issue using phantomjs, specifically this one https://github.com/ariya/phantomjs/issues/13895. Also porting the tests is still in progress.

Also, addresses #54

pwalsh commented 7 years ago

why are we using phantoms for tests??