Skip to content

Commit

Permalink
Merge pull request #741 from open-formulieren/chore/migrate-jest-to-v…
Browse files Browse the repository at this point in the history
…itest

Migrate jest tests to vitest
  • Loading branch information
sergei-maertens authored Nov 27, 2024
2 parents 95bf0b8 + 2e4447b commit e1d86f2
Show file tree
Hide file tree
Showing 51 changed files with 2,553 additions and 1,510 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
tests:
name: Run Javascript tests
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v4
Expand All @@ -78,12 +77,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: sdk-build
path: dist/

- name: Run tests
run: |
npm test -- --coverage
Expand Down
38 changes: 0 additions & 38 deletions config/jest/babelTransform.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

40 changes: 0 additions & 40 deletions config/jest/fileTransform.js

This file was deleted.

Loading

0 comments on commit e1d86f2

Please sign in to comment.