10 lines
268 B
TOML
10 lines
268 B
TOML
[test]
|
|
preload = "./preload.ts"
|
|
|
|
[install]
|
|
linker = "isolated"
|
|
# See ../bunfig.toml — CI deletes the install cache between steps, and
|
|
# verdaccio's internal packages have phantom dependencies that the global
|
|
# store's stricter isolation catches.
|
|
globalStore = false
|