Skip to content

Commit

Permalink
Replaced jest with vitest: jest could not resolve *.svg?react (see vi…
Browse files Browse the repository at this point in the history
…te-plugin-svgr)
  • Loading branch information
solarlime committed Oct 15, 2023
1 parent f765fe8 commit da98539
Show file tree
Hide file tree
Showing 9 changed files with 911 additions and 241 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vite.config.ts
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run lint

- name: Testing
run: npm run test
run: npm run test:no-watch

- name: Building
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/night-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: npm run lint

- name: Testing
run: npm run test
run: npm run test:no-watch
7 changes: 0 additions & 7 deletions jest.config.cjs

This file was deleted.

Loading

0 comments on commit da98539

Please sign in to comment.