Skip to content

Commit 879586a

Browse files
committed
chore: remove broken test setup
1 parent c2b0b4c commit 879586a

File tree

8 files changed

+1348
-5417
lines changed

8 files changed

+1348
-5417
lines changed

.github/workflows/release.yml

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

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"dev": "yarn bundle --watch",
1818
"build": "yarn clean && yarn bundle",
1919
"bundle": "tsup-node src/index.ts --sourcemap --dts --format esm",
20-
"prepare": "yarn build",
21-
"test": "jest"
20+
"prepare": "yarn build"
2221
},
2322
"dependencies": {
2423
"debug": "^4.1.1",
@@ -29,16 +28,13 @@
2928
"@alloc/fast-rimraf": "^1.0.8",
3029
"@types/debug": "^4.1.5",
3130
"@types/globrex": "^0.1.0",
32-
"@types/jest": "^26.0.22",
33-
"@types/node": "^14.0.27",
31+
"@types/node": "^22.2.0",
3432
"esbuild": "^0.11.12",
35-
"esbuild-jest": "npm:@alloc/esbuild-jest@^0.3.6",
36-
"jest": "^26.6.3",
3733
"klona": "^2.0.4",
3834
"prettier": "^2.8.7",
3935
"rollup": "^2.45.2",
4036
"tsup": "^6.5.0",
41-
"typescript": "^4.9.3",
37+
"typescript": "^5.5.4",
4238
"vite": "*",
4339
"vite-tsconfig-paths": "link:."
4440
},

0 commit comments

Comments
 (0)