Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating package.json for unit test error in mocha
Replacing "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, with "scripts": { "test": "mocha 'test/**/*.ts'" }, due to a bug in mocha 6.0 mochajs/mocha#3763
- Loading branch information