We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21168bf commit 286cabaCopy full SHA for 286caba
test/parser/index.js
@@ -2,7 +2,7 @@ import assert from 'assert';
2
import fs from 'fs';
3
import { svelte, tryToLoadJson } from '../helpers.js';
4
5
-describe.only('parse', () => {
+describe('parse', () => {
6
fs.readdirSync('test/parser/samples').forEach(dir => {
7
if (dir[0] === '.') return;
8
0 commit comments