Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Remove setTestGenerator shenanigans.
Browse files Browse the repository at this point in the history
This was not needed :(
  • Loading branch information
rwjblue authored Oct 11, 2017
1 parent f86ead6 commit 880e542
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ module.exports = {
return this.preprocessJs(tree, {
registry: this.registry,
});
},

setTestGenerator() {
this.eachAddonInvoke('setTestGenerator');
},
}
};

0 comments on commit 880e542

Please sign in to comment.