reenable non-runtime tests

pull/7738/head
Rich Harris 8 years ago
parent a5a415cf1d
commit e0161f1dfa

@ -25,7 +25,7 @@ function getName(filename) {
return base[0].toUpperCase() + base.slice(1);
}
describe.only("runtime", () => {
describe("runtime", () => {
before(() => {
svelte = loadSvelte(false);
svelte$ = loadSvelte(true);

Loading…
Cancel
Save