mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
oops
This commit is contained in:
parent
21168bf5f1
commit
286cabaf63
@ -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…
Reference in New Issue
Block a user