Skip to content

Commit ffc699b

Browse files
committed
refactor(cli): using index as import
1 parent 4f2a51b commit ffc699b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/test/smells-detector.test.ts renamed to cli/test/smells-detector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//@ts-nocheck
22
import * as assert from 'assert';
33
import { suite, test } from 'mocha';
4-
import { SmellDetector } from '../smells-detector';
4+
import { SmellDetector } from '../src/index';
55

66
const IF_STATEMENT = 'if-statement';
77
const FOR_OF = 'for-of-statement';

0 commit comments

Comments
 (0)