mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
9 lines
221 B
TOML
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"
|