Skip to content

Commit 5eae5d1

Browse files
committed
Fix tests
1 parent b2e5082 commit 5eae5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-plop/tests/load-assets-from-plopfile/load-assets-from-plopfile.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("load-assets-from-plopfile", function () {
9595

9696
test("plop.load passes a config option that can be used to include all the plopfile output", async function () {
9797
const plop = await nodePlop();
98-
plop.load(plopfilePath, { prefix: "test-" }, true);
98+
await plop.load(plopfilePath, { prefix: "test-" }, true);
9999

100100
const gNameList = plop.getGeneratorList().map((g) => g.name);
101101
expect(gNameList.length).toBe(3);

0 commit comments

Comments
 (0)