Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 15, 2018
1 parent ce1a301 commit fc4311a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/core/parcel-bundler/test/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,7 @@ describe('resolver', function() {
'zlib',
path.join(rootDir, 'foo.js')
);
assert.equal(
resolved.path,
path.join(
__dirname,
'..',
'node_modules',
'browserify-zlib',
'lib',
'index.js'
)
);
assert.equal(resolved.path, require.resolve('browserify-zlib'));
});

it('should resolve unimplemented node builtin modules to an empty file', async function() {
Expand Down

0 comments on commit fc4311a

Please sign in to comment.