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:
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…
Reference in New Issue
Block a user