Skip to content

Commit

Permalink
feat(app): Standalone components, directives and pipes support
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed May 18, 2023
1 parent ec0d387 commit cb02ca0
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
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(69);
expect(files.length).equal(70);
});
});

0 comments on commit cb02ca0

Please sign in to comment.