pull/7738/head
Rich Harris 8 years ago
parent c854f2c9fc
commit 7a5042208b

@ -2,7 +2,7 @@ import assert from 'assert';
import fs from 'fs';
import { svelte, tryToLoadJson } from '../helpers.js';
describe.only('parse', () => {
describe('parse', () => {
fs.readdirSync('test/parser/samples').forEach(dir => {
if (dir[0] === '.') return;

Loading…
Cancel
Save