Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

chore: use vitest #480

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fix formatting
  • Loading branch information
manuel3108 committed Jul 28, 2024
commit bc0a416e59a33ed4ab48514fab0ad8842c7e43ae
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/.changeset/
CHANGELOG.md
packages/website/.svelte-kit/
packages/tests/.snapshots/
packages/tests/.outputs/
adders/*/README.md
adders/*/package.json
temp/
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default tseslint.config(
'packages/dev-utils/build',
'packages/testing-library/build',
'packages/tests/.outputs',
'packages/tests/.snapshots',
'packages/tests/build',
'packages/website/.svelte-kit',
'packages/website/build',
Expand Down
Loading