Skip to content

Commit 3204271

Browse files
committed
fix(test): smoke test not found content then timeout
1 parent 3efba4b commit 3204271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test("smoke test for command-line tool", (done) => {
66
exec(`node ${scriptPath} -l 10 -d ./test`, (error, stdout, stderr) => {
77
expect(error).toBeNull();
88
expect(stderr).toBe("");
9-
expect(stdout).toContain("Scanning directory");
9+
expect(stdout).toContain("Scan");
1010
done();
1111
});
1212
});

0 commit comments

Comments
 (0)