Files
bun.sh/bunfig.node-test.toml
2025-03-12 15:47:41 -07:00

9 lines
221 B
TOML

# FIXME: move this back to test/js/node
# https://github.com/oven-sh/bun/issues/16289
[test]
preload = ["./test/js/node/harness.ts", "./test/preload.ts"]
[install]
# Node.js never auto-installs modules.
auto = "disable"