Skip to content

Commit d614f55

Browse files
committed
tests: fix cli import
1 parent 4bfeb91 commit d614f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const fs = require("fs-extra");
2-
const cli = require("../cli");
2+
const cli = require("../lib/cli");
33
const os = require("os");
44
const packageName = "html5-boilerplate";
55
const tempDir = os.tmpdir() + `/${packageName}-staging`;

0 commit comments

Comments
 (0)