added initial integration tests with bun
This commit is contained in:
parent
3e451558ac
commit
fb22815450
52 changed files with 7588 additions and 364 deletions
|
|
@ -281,7 +281,7 @@ To use in your service:
|
|||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"@stock-bot/logger": "workspace:*"
|
||||
"@stock-bot/logger": "*"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stock-bot/config": "workspace:*",
|
||||
"@stock-bot/types": "workspace:*",
|
||||
"@stock-bot/config": "*",
|
||||
"@stock-bot/types": "*",
|
||||
"pino": "^9.7.0",
|
||||
"pino-loki": "^2.6.0",
|
||||
"pino-pretty": "^13.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue