Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0840ff

Browse files
committed
fix(app): support TypeScript aliases for extends
fix #1427
1 parent c71b8f1 commit a0840ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-refactored/core/use-cases/scan-files.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ describe('Use-cases - Should scan folders', () => {
66
it('should find files', async () => {
77
const testFolderpath = 'test/fixtures/todomvc-ng2';
88
const files = await ScanFiles.scan(testFolderpath);
9-
expect(files.length).equal(73);
9+
expect(files.length).equal(76);
1010
});
1111
});

0 commit comments

Comments
 (0)