ci: do not run bun tests (#215)

This commit is contained in:
xermicus
2025-02-17 17:04:53 +01:00
committed by GitHub
parent ee650cf03a
commit a73b0925c6
4 changed files with 6 additions and 22 deletions
@@ -16,11 +16,11 @@
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.14",
"@types/shelljs": "^0.8.15",
"jest": "^29.7.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}