reenable all tests

pull/7738/head
Richard Harris 7 years ago committed by Chris Reeves
parent c7d3ef23fc
commit 4c42252592

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