Skip to content

Commit

Permalink
chore: fix broken parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed May 21, 2020
1 parent 6f7578e commit e9586c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/tests/lib/parser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TSESLint } from '@typescript-eslint/experimental-utils';
import * as typescriptESTree from '@typescript-eslint/typescript-estree';
import * as typescriptESTree from '@typescript-eslint/typescript-estree/dist/parser';
import { parse, parseForESLint } from '../../src/parser';
import * as scope from '../../src/analyze-scope';

Expand Down

0 comments on commit e9586c6

Please sign in to comment.