Skip to content

Commit f0000d7

Browse files
committed
support for different entry for node modules package.json. increasing timeout to try to fix tests failing
1 parent e3bb3f8 commit f0000d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Config from '../lib/Config';
99
const dependencyTree = rewire('../');
1010

1111
describe('dependencyTree', function() {
12+
this.timeout(4000);
1213
function testTreesForFormat(format, ext = '.js') {
1314
it('returns an object form of the dependency tree for a file', function() {
1415
const root = `${__dirname}/example/${format}`;

0 commit comments

Comments
 (0)