Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove dependency on coffee-script
Karma never used coffee-script directly, it's just so that people can write config file in CoffeeScript. Now it's only required if available. That means, if the developer wants to use CoffeeScript syntax, he has to install coffee-script on his own (put it in package.json).
- Loading branch information