Skip to content

Commit 981d3fe

Browse files
committed
Why do we have to set baseUrl here, as it is set in vite-plugin-nightwatch
1 parent 3bb0c28 commit 981d3fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nightwatch/globals.js

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const startViteServer = async function (settings = {}) {
5656
throw error;
5757
}
5858
}
59-
60-
this.launchUrl = this.baseUrl = `http://localhost:${vite_port}`;
6159
};
6260

6361
const stopViteServer = async () => {

0 commit comments

Comments
 (0)