From 40c6e0d407a50ecca14460e7ab2fbd46d7d9c2e3 Mon Sep 17 00:00:00 2001 From: Andrea Date: Fri, 5 Sep 2025 08:21:47 +0200 Subject: [PATCH] fix: fix `preload` config --- bunfig.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bunfig.toml b/bunfig.toml index abf185c..d172b05 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,10 +1,10 @@ -preload = [] +preload = [""] [define] [test] - preload = [] + preload = [""] root = "./tests" [install]