cypress tests - run on windows
This commit is contained in:
parent
c88f4d2541
commit
a69fdbfc16
|
@ -13,5 +13,8 @@ rimraf.sync(homedir)
|
||||||
|
|
||||||
init({ dir: homedir, clientId: "cypress-test" })
|
init({ dir: homedir, clientId: "cypress-test" })
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
delete require.cache[require.resolve("../../server/src/environment")]
|
||||||
run({ dir: homedir })
|
run({ dir: homedir })
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue