Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71b8f1 commit a0840ffCopy full SHA for a0840ff
src-refactored/core/use-cases/scan-files.spec.ts
@@ -6,6 +6,6 @@ describe('Use-cases - Should scan folders', () => {
6
it('should find files', async () => {
7
const testFolderpath = 'test/fixtures/todomvc-ng2';
8
const files = await ScanFiles.scan(testFolderpath);
9
- expect(files.length).equal(73);
+ expect(files.length).equal(76);
10
});
11
0 commit comments