Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 31, 2017
1 parent 12a8a36 commit 301c031
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.

This file was deleted.

@@ -0,0 +1,6 @@
// @flow

declare module irrelevant {
declare module.exports: any;
}

2 changes: 1 addition & 1 deletion cli/src/lib/npm/__tests__/npmLibDefs-test.js
Expand Up @@ -470,7 +470,7 @@ describe('npmLibDefs', () => {
const cwd = path.join(FIXTURE_ROOT, 'defs-in-pkgs');
const FIXTURE_DIR = path.join(cwd, 'fakeCacheRepo', 'definitions');
const libDefs = await getNpmLibDefs(FIXTURE_DIR, undefined, false, {cwd});
expect(libDefs.length).toBe(4);
expect(libDefs.length).toBe(5);
const scopedLibDefs = libDefs.filter(def => def.scope !== null);
expect(scopedLibDefs.length).toBe(2);
});
Expand Down

0 comments on commit 301c031

Please sign in to comment.