mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-25 14:57:45 +00:00
* Upgrade babel + plugins, use es2020 preset, move contour js and transpile it * Reset js to master * Fix contours name in webpack config * Update contours w latest from master * Galdernit * Rebuild charting.js * Upgrade nyc * Require babel core in opts, not in config
Charting Examples
To run the examples locally, go to the root directory and run:
npm start
Running Integration Tests
The integrations tests for the charting examples are written in Elixir using the Hound library.
To run the tests, first install the selenium server by running from the root directory:
npm run selenium:install
Then start the selenium server:
npm run selenium:start
Next, go into the example/test directory and run:
mix deps.get
Once that is done, you can run the tests with:
mix test