2026-07-25 18:29:03 +00:00
|
|
|
# Bun configuration.
|
|
|
|
|
# Preload discovery-file isolation for every `bun test` run so engine tests
|
|
|
|
|
# never clobber the real ~/Library/Application Support/OpenPencil/mcp.json
|
|
|
|
|
# (which would break a running OpenPencil desktop app). See
|
2026-07-25 18:51:18 +00:00
|
|
|
# tests/helpers/mcp/discovery-isolation.ts for the rationale.
|
2026-07-25 18:29:03 +00:00
|
|
|
[test]
|
2026-07-25 18:51:18 +00:00
|
|
|
preload = ["./tests/helpers/mcp/discovery-isolation.ts"]
|