reenable all tests

pull/1981/head
Richard Harris 6 years ago committed by Chris Reeves
parent 4936cd5ac4
commit b18aac97f7

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

Loading…
Cancel
Save