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 23b60fe commit ceb8191
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 './tsUtils';
import { getNodeName, scopeHasLocalReference } from './tsUtils';
import { createRule, getNodeName, scopeHasLocalReference } from './tsUtils';

export default createRule({
name: __filename,
Expand Down

0 comments on commit ceb8191

Please sign in to comment.