Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 5, 2023
1 parent 91ca5f9 commit a06266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oui.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {execa} from "execa";

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

0 comments on commit a06266b

Please sign in to comment.