Change mocha reporter for CI

This commit is contained in:
Faisal Salman
2021-03-19 19:16:36 +07:00
parent bb16473fac
commit db381cad92
3 changed files with 4 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ jobs:
- name: Run the test
run: |
npm install
npm test
npm run test-ci