Skip to content

Commit

Permalink
style: remove stray import
Browse files Browse the repository at this point in the history
As reported by `yarn lint`:

    packages/lexer/src/RegExp/RegExpParser.ts:1:1 - error TS6192: All imports in import declaration are unused.

    1 import {describe, expect, it} from '@jest/globals';
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • Loading branch information
wincent committed Aug 30, 2023
1 parent 5b7be4b commit 8404e51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lexer/src/RegExp/RegExpParser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {describe, expect, it} from '@jest/globals';
import {StringScanner, invariant} from '@masochist/common';

import normalizeCharacterClass from './normalizeCharacterClass';
Expand Down

0 comments on commit 8404e51

Please sign in to comment.