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" })
|
||||
.then(() => {
|
||||
delete require.cache[require.resolve("../../server/src/environment")]
|
||||
run({ dir: homedir })
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue