Skip to content

Commit

Permalink
test(parse): remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Jul 4, 2023
1 parent 584ceeb commit 43a337d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dsl/syntax/parse.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { describe, expect, it } from 'vitest';
import '../../../src/dsl/syntax/parse';
import { Parser } from '../../../src/dsl/syntax/parse';
import { B, ast, charSet, lit, opt, rep, wildcard } from './__helpers__/ast';

Expand Down

0 comments on commit 43a337d

Please sign in to comment.