mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 14:51:52 +00:00
Fix: empty test name must be omitted
This commit is contained in:
@@ -1354,6 +1354,6 @@ test "PathName.init" {
|
||||
try std.testing.expectEqualStrings(res.ext, ".ext");
|
||||
}
|
||||
|
||||
test "" {
|
||||
test {
|
||||
@import("std").testing.refAllDecls(FileSystem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user