SSR unit tests expect CSS to be enabled

pull/2360/head
Fábio Domingues 7 years ago committed by GitHub
parent 40861ff8d3
commit 29f268c9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ describe("ssr", () => {
before(() => {
require("../../register")({
extensions: ['.svelte', '.html'],
css: true,
sveltePath
});

Loading…
Cancel
Save