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

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 14, 2016
1 parent 9549d3f commit b726a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ describe( 'rollup-plugin-commonjs', () => {
})
.then( executeBundle )
.catch( error => {
assert.equal( error.message, `'named' is not exported by samples/reexport/reexport.js (imported by samples/reexport/main.js). For help fixing this error see https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module` );
assert.equal( error.message, `'named' is not exported by samples${path.sep}reexport${path.sep}reexport.js (imported by samples${path.sep}reexport${path.sep}main.js). For help fixing this error see https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module` );
});
});

Expand Down

0 comments on commit b726a59

Please sign in to comment.