From cecfab3fafe44cb7c3b987b8b1d60627735509a5 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 14 Nov 2019 16:38:44 -0500 Subject: [PATCH] doh --- 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 8954a50365..b16c25fe50 100644 --- a/test/js/index.js +++ b/test/js/index.js @@ -22,7 +22,7 @@ describe("js", () => { return; } - (skip ? it.skip : solo ? it.only : it)(dir, () => { + (solo ? it.only : it)(dir, () => { const config = loadConfig(`${dir}/_config.js`); const input = fs.readFileSync(`${dir}/input.svelte`, "utf-8").replace(/\s+$/, "");