From b18aac97f741df5ea20324cc9d90cf5d54fe25b6 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 13 Jan 2019 19:30:21 -0500 Subject: [PATCH] reenable all tests --- test/preprocess/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/preprocess/index.js b/test/preprocess/index.js index e24c96a0c4..fddc14ec94 100644 --- a/test/preprocess/index.js +++ b/test/preprocess/index.js @@ -2,7 +2,7 @@ import * as fs from 'fs'; import * as assert from 'assert'; import { loadConfig, svelte } from '../helpers.js'; -describe.only('preprocess', () => { +describe('preprocess', () => { fs.readdirSync('test/preprocess/samples').forEach(dir => { if (dir[0] === '.') return;