Skip to content

Commit 3a21c48

Browse files
committed
test: fix
1 parent 265953b commit 3a21c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/basic.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe("basic", () => {
102102
);
103103
const examplePath = path.resolve(
104104
__dirname,
105-
"../../examples/web-socket-url"
105+
"../../examples/client/web-socket-url"
106106
);
107107
const cp = execa("node", ["--port", port, cliPath], { cwd: examplePath });
108108

@@ -153,7 +153,7 @@ describe("basic", () => {
153153
);
154154
const examplePath = path.resolve(
155155
__dirname,
156-
"../../examples/web-socket-url"
156+
"../../examples/client/web-socket-url"
157157
);
158158
const cp = execa(
159159
"node",

0 commit comments

Comments
 (0)