Skip to content

Commit

Permalink
fix(app): directive with no option, and inheritance between component…
Browse files Browse the repository at this point in the history
… and directives
  • Loading branch information
vogloblinsky committed Jul 7, 2021
1 parent a6c678c commit df2aba2
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(67);
expect(files.length).equal(69);
});
});

0 comments on commit df2aba2

Please sign in to comment.