Skip to content

Commit

Permalink
fix(app): support TypeScript aliases for extends
Browse files Browse the repository at this point in the history
fix #1427
  • Loading branch information
vogloblinsky committed Apr 10, 2024
1 parent c71b8f1 commit a0840ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-refactored/core/use-cases/scan-files.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ describe('Use-cases - Should scan folders', () => {
it('should find files', async () => {
const testFolderpath = 'test/fixtures/todomvc-ng2';
const files = await ScanFiles.scan(testFolderpath);
expect(files.length).equal(73);
expect(files.length).equal(76);
});
});

0 comments on commit a0840ff

Please sign in to comment.