mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 12:19:08 -06:00
This uses Karma with mocha+chai and browserify+babel. The tests currently need to be run in a browser because we currently depend on non node.js features (Blob and FileReader) To run the tests go to <noms>/js/ and do `npm run start-test`. Issue #256