Skip to content

Commit 1e5a0bd

Browse files
committed
chore: remove tests temporarily
1 parent 1d3f408 commit 1e5a0bd

File tree

4 files changed

+3
-160
lines changed

4 files changed

+3
-160
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
- name: Build
4545
run: pnpm build
4646

47-
- name: Test
48-
run: pnpm test
47+
# - name: Test
48+
# run: pnpm test

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
2626
"lint:fix": "eslint . --fix --ext .vue,.js,.ts,.jsx,.tsx",
2727
"build": "tsup",
28-
"test": "vitest",
2928
"release": "bumpp --commit --push --tag && npm publish",
3029
"prepublishOnly": "pnpm run build"
3130
},
@@ -47,7 +46,6 @@
4746
"fast-glob": "^3.2.11",
4847
"prettier": "^2.6.0",
4948
"tsup": "^5.12.1",
50-
"typescript": "^4.6.2",
51-
"vitest": "^0.7.10"
49+
"typescript": "^4.6.2"
5250
}
5351
}

pnpm-lock.yaml

Lines changed: 0 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/index.test.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)