Skip to content

Commit 788ddd2

Browse files
committed
Drop Vitest dependency, if you prefer
1 parent dc097b5 commit 788ddd2

File tree

5 files changed

+105
-23
lines changed

5 files changed

+105
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
node-version-file: package.json
4545
- run: npm ci
46-
- run: npm run vitest
46+
- run: npm run unit

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import antfu from '@antfu/eslint-config';
22

33
export default antfu({
44
svelte: true,
5+
test: false,
56
stylistic: {
67
indent: 'tab',
78
semi: true,

0 commit comments

Comments
 (0)