1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

cypress tests - run on windows

This commit is contained in:
Michael Shanks 2020-06-21 21:26:53 +01:00
parent 0ff6cc75e7
commit 8acdda053d

View file

@ -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 })
})