test
This commit is contained in:
parent
22859fb9a6
commit
28e58c3227
3 changed files with 13 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Root bunfig.toml for Stock Bot Trading Platform
|
||||
# Configures Bun for the entire monorepo workspace
|
||||
# Look for packages in workspace root
|
||||
|
||||
peer = true
|
||||
workspaces = true
|
||||
|
||||
[install.scopes]
|
||||
"@stock-bot" = { registry = "file:../../" }
|
||||
|
||||
[test]
|
||||
# Configure coverage and test behavior
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue