removed jest fully and fixed final tests in libs

This commit is contained in:
Bojan Kucera 2025-06-04 17:06:23 -04:00
parent 1899078523
commit 3d910a13e0
8 changed files with 35 additions and 744 deletions

View file

@ -8,13 +8,12 @@
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"test": "jest"
"test": "bun test"
}, "dependencies": {
"@stock-bot/types": "*",
"date-fns": "^2.30.0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"typescript": "^5.4.5"
}
}