increase 95% coverage

This commit is contained in:
Leifer Mendez
2022-11-28 11:49:28 +01:00
parent 82a6b634a9
commit d2acb641c5

View File

@@ -22,5 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run test.unit
- run: npm run test.coverage
- run: npm run test