Commit 0d314e7
authored
refactor(scripts): Use Karma CLI rather than grunt (#137)
## Summary
- Drop `grunt` and related dependencies
Every Karma config option has a corresponding CLI option, which takes precedence over any option of the same name in the config file. We don't need to use grunt to run these tests. Additionally, I'm pushing the boundaries of the oldest Node.js versions we can run in CI, and `grunt` was a [hangup](https://travis-ci.org/optimizely/javascript-sdk/jobs/398453541) for doing validation with 0.10.44.
## Test plan
CI.1 parent 05ec7d9 commit 0d314e7
File tree
3 files changed
+1
-467
lines changed- packages/optimizely-sdk
3 files changed
+1
-467
lines changedThis file was deleted.
0 commit comments