thedotmack--claude-mem
f9447f8e5f
CI / typecheck · build · test · bundle-size (push) Failing after 1s
CI / clean-room dependency closure smoke (push) Failing after 1s
CI / server-runtime e2e (docker · pg + valkey) (push) Failing after 2s
Deploy Install Scripts / deploy (push) Failing after 2s
Windows / build (push) Has been cancelled
8 行
316 B
TOML
8 行
316 B
TOML
[test]
|
|
smol = true
|
|
# Mocks posthog-node for ALL tests before any module loads — required because
|
|
# telemetry.ts is a process-wide singleton imported transitively by many test
|
|
# files, and because real captures from tests would pollute production
|
|
# analytics. See tests/preload.ts.
|
|
preload = ["./tests/preload.ts"]
|