We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cpy
1 parent 943ddf6 commit 64c5c3bCopy full SHA for 64c5c3b
test/glob-assets.test.js
@@ -11,7 +11,7 @@ import globAssets from "../lib/glob-assets.js";
11
const sortAssets = (assets) =>
12
sortBy(assets, (asset) => (isPlainObject(asset) ? asset.path : asset));
13
14
-const fixtures = "test/fixtures/files";
+const fixtures = "test/fixtures/files/**";
15
16
test("Retrieve file from single path", async (t) => {
17
const cwd = temporaryDirectory();
0 commit comments