Upgrade testing libraries

This commit is contained in:
Dolan Miu
2023-06-15 21:15:39 +01:00
parent 6b4a78ed41
commit a9fa31ebac
4 changed files with 738 additions and 657 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: npm ci --force
- name: Test
run: npm run test.coverage
run: npm run test.ci
- name: Codecov
uses: codecov/codecov-action@v3
with: