Skip to content

Commit

Permalink
Fix hook's name in test's description (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and lukastaegert committed Dec 28, 2018
1 parent 84cb5b5 commit 5328122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hooks/index.js
Expand Up @@ -720,7 +720,7 @@ module.exports = input;
});
});

it('supports processBundle hook including reporting rendered exports and source length', () => {
it('supports generateBundle hook including reporting rendered exports and source length', () => {
return rollup
.rollup({
input: 'input',
Expand Down

0 comments on commit 5328122

Please sign in to comment.