pull/1839/head
Rich Harris 7 years ago
parent 5a8da5d724
commit d245a1845f

@ -19,7 +19,7 @@ function tryToReadFile(file) {
}
}
const sveltePath = process.cwd();
const sveltePath = process.cwd().split('\\').join('/');
describe("ssr", () => {
before(() => {

Loading…
Cancel
Save