Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper authored and arv committed Aug 10, 2018
1 parent 5325284 commit 59194ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript.js
Expand Up @@ -29,7 +29,7 @@ describe('javascript', function() {
});

it('should produce a basic JS bundle with object rest spread support', async function() {
let b = await bundle(__dirname + '/integration/es6/object-rest-spread.js');
let b = await bundle(__dirname + '/integration/object-rest-spread/object-rest-spread.js');

assert.equal(b.assets.size, 1);

Expand Down

0 comments on commit 59194ac

Please sign in to comment.