Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 19, 2017
1 parent 31de491 commit d1c4eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sourcemaps/samples/relative-paths/_config.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
description: 'source paths are relative with relative dest (#344)',
options: {
name: 'myModule',
output: path.resolve( '_actual/bundle.js' )
output: path.resolve( __dirname, '_actual/bundle.js' )
},
test: function ( code, map ) {
assert.deepEqual( map.sources, [ '../main.js' ]);
Expand Down

0 comments on commit d1c4eb9

Please sign in to comment.