reënable all tests

pull/1839/head
Rich Harris 7 years ago
parent 5b7dc63504
commit 2598ce6887

@ -3,7 +3,7 @@ import * as fs from "fs";
import * as path from "path";
import { loadConfig, svelte } from "../helpers.js";
describe.only("js", () => {
describe("js", () => {
fs.readdirSync("test/js/samples").forEach(dir => {
if (dir[0] === ".") return;

Loading…
Cancel
Save