Skip to content

Commit 286caba

Browse files
committed
oops
1 parent 21168bf commit 286caba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import assert from 'assert';
22
import fs from 'fs';
33
import { svelte, tryToLoadJson } from '../helpers.js';
44

5-
describe.only('parse', () => {
5+
describe('parse', () => {
66
fs.readdirSync('test/parser/samples').forEach(dir => {
77
if (dir[0] === '.') return;
88

0 commit comments

Comments
 (0)