feat: unwrap 11 util namespaces to flat exports + barrel (#22739)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { test, expect } from "bun:test"
|
||||
import { Wildcard } from "../../src/util/wildcard"
|
||||
import { Wildcard } from "../../src/util"
|
||||
|
||||
test("match handles glob tokens", () => {
|
||||
expect(Wildcard.match("file1.txt", "file?.txt")).toBe(true)
|
||||
|
||||
Reference in New Issue
Block a user