forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- reactioncommerce#536 fixed by putting cart sub inside Tracker.autorun;
- preparation for `cart/mergeCart` tests; - various fixes of app client tests; - changed dep for collections tests; - added few tests for `cart` publications; - added file for client tests for subscriptions;
- Loading branch information
1 parent
bfdc705
commit df25b98
Showing
12 changed files
with
336 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ Package.onUse(function (api) { | |
Package.onTest(function (api) { | ||
api.use("sanjo:[email protected]"); | ||
api.use("ecmascript"); | ||
api.use("jquery"); | ||
api.use("random"); | ||
api.use("underscore"); | ||
api.use("velocity:[email protected]"); | ||
api.use("velocity:[email protected]"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.