Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 66cce4f

Browse files
committed
finish test for #79
1 parent 96f266a commit 66cce4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ describe( 'rollup-plugin-node-resolve', function () {
447447
}
448448
}) ]
449449
}).then( bundle => {
450-
console.log( `bundle`, bundle )
450+
assert.equal(
451+
bundle.modules[0].id,
452+
path.resolve( __dirname, 'samples/custom-resolve-options/js_modules/foo.js' )
453+
);
451454
});
452455
});
453456
});

0 commit comments

Comments
 (0)