Skip to content

Commit

Permalink
chore(no-disabled-tests): merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 11, 2019
1 parent 0ccc064 commit 33f2a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rules/no-disabled-tests.ts
@@ -1,5 +1,4 @@
import { createRule } from './utils';
import { getNodeName, scopeHasLocalReference } from './utils';
import { createRule, getNodeName, scopeHasLocalReference } from './utils';

export default createRule({
name: __filename,
Expand Down

0 comments on commit 33f2a00

Please sign in to comment.