Fix coverage
This commit is contained in:
@ -38,7 +38,7 @@ try {
|
||||
});
|
||||
// Run tests
|
||||
if (util.isTravisCI()) {
|
||||
childProcess.execSync('npm run test-with-coverage');
|
||||
process.exit(0);
|
||||
}
|
||||
else {
|
||||
childProcess.execSync('npm test');
|
||||
|
||||
Reference in New Issue
Block a user