Skip to content

Commit a06266b

Browse files
committed
lint
1 parent 91ca5f9 commit a06266b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oui.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {execa} from "execa";
22

33
test("cli", async () => {
4-
const {stdout, stderr, exitCode} = await execa("node", ["--no-warnings", "./bin/oui.js", "20:37:06:12:34:56"]);
4+
const {stdout, exitCode} = await execa("node", ["--no-warnings", "./bin/oui.js", "20:37:06:12:34:56"]);
55
expect(stdout).toMatchSnapshot();
66
expect(exitCode).toEqual(0);
77
});

0 commit comments

Comments
 (0)