Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit 6d80f56

Browse files
committed
feat(parse): ✨ArrayExpression
1 parent 251560a commit 6d80f56

File tree

2 files changed

+193
-190
lines changed

2 files changed

+193
-190
lines changed

lib/__tests__/parse.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ test('parse', async (t) => {
3939
};
4040

4141
const onlyCaseName = '';
42+
const todoCaseNames = [];
4243

4344
await runFixtures(
4445
path.join(__dirname, 'fixtures', 'parse'),
4546
runTest,
46-
onlyCaseName
47+
onlyCaseName,
48+
todoCaseNames
4749
);
4850
});

0 commit comments

Comments
 (0)