From 2598ce68875d08b888ad1097203565cfb5ad0867 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 5 Dec 2018 11:15:44 -0500 Subject: [PATCH] =?UTF-8?q?re=C3=ABnable=20all=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/index.js b/test/js/index.js index 71416d8cf3..3ee1a1da2d 100644 --- a/test/js/index.js +++ b/test/js/index.js @@ -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;