Skip to content

Commit 64c5c3b

Browse files
committed
test(unit): adjust for behavior change in new cpy version
1 parent 943ddf6 commit 64c5c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/glob-assets.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import globAssets from "../lib/glob-assets.js";
1111
const sortAssets = (assets) =>
1212
sortBy(assets, (asset) => (isPlainObject(asset) ? asset.path : asset));
1313

14-
const fixtures = "test/fixtures/files";
14+
const fixtures = "test/fixtures/files/**";
1515

1616
test("Retrieve file from single path", async (t) => {
1717
const cwd = temporaryDirectory();

0 commit comments

Comments
 (0)