[bun:test] Implement test.root configuration option

This commit is contained in:
Jarred Sumner
2023-01-09 08:28:37 -08:00
parent ca58556c54
commit 30b10d5fb1
3 changed files with 21 additions and 0 deletions

View File

@@ -838,6 +838,8 @@ pub const Command = struct {
macros: ?MacroMap = null,
editor: string = "",
package_bundle_map: bun.StringArrayHashMapUnmanaged(options.BundlePackage) = bun.StringArrayHashMapUnmanaged(options.BundlePackage){},
test_directory: []const u8 = "",
};
pub const Context = struct {