We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f1de commit d5fddbeCopy full SHA for d5fddbe
__tests__/checkLogs.helper.js
@@ -21,7 +21,7 @@ module.exports = async ({ client, projectPath, projectName, mode }) => {
21
appBaseUrl = appBaseUrl.replace('"', '')
22
// Base url should be root of server or packaged asar
23
expect(appBaseUrl).toBe(
24
- isBuild ? 'app://./' : path.sep /* Server root */
+ isBuild ? 'app://./' : '/' /* Server root */
25
)
26
27
let appStatic = logs
0 commit comments