mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
[bun:test] Implement test.root configuration option
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user