Skip to content

Commit

Permalink
Merge pull request #5 from tdecaluwe/add-factories-504
Browse files Browse the repository at this point in the history
Add factories to get the tests running
  • Loading branch information
Aaron Judd committed Oct 31, 2015
2 parents cc91d7c + f628b14 commit f8697bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/reaction-accounts/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Package.onTest(function (api) {
api.use("velocity:[email protected]");
api.use("reactioncommerce:[email protected]");
api.use("reactioncommerce:reaction-accounts");
api.use("reactioncommerce:reaction-factories");

api.addFiles("common/factories/accounts.js");
api.addFiles("tests/jasmine/client/integration/login.js", "client");
Expand Down

0 comments on commit f8697bd

Please sign in to comment.