-
Notifications
You must be signed in to change notification settings - Fork 443
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
Add Unit test for tensorspace #52
Labels
Comments
Headless Chromium for continuous integration testing |
Sample repo for using karma + headless chromium + jasmine in TravisCI |
https://github.com/BoTime/travisci-test A working example to test Tensorspace based on your example. But your example is more like an integration test or e2e test. To run it # set environment to Travis
export CI=true
npm install
npm test
# reset to environment to local
unset CI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write unit test for utils, add test script under test/unit folder.
The text was updated successfully, but these errors were encountered: