0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

reenable all tests

This commit is contained in:
Richard Harris 2019-01-13 19:30:21 -05:00 committed by Chris Reeves
parent 4936cd5ac4
commit b18aac97f7

View File

@ -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;