Skip to content

Commit

Permalink
chore: add missing tests of getUpdates and diffArray
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Feb 20, 2016
1 parent c2f881b commit f0370d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Package.onTest(function(api) {
api.use('angular:[email protected]', 'client');
api.use('isobuild:[email protected]');

api.use('mdg:[email protected]');

api.addFiles([
'../dist/angular-meteor.js'
], 'client');
Expand All @@ -39,4 +41,14 @@ Package.onTest(function(api) {
api.addFiles([
'collections.js'
], 'client', 'server');

// legacy
api.addFiles([
// auxiliary
'integration/auxiliary/test_data.js',
'integration/auxiliary/matchers.js',
// modules
'integration/pre1.3/angular-meteor-get-updates-spec.js',
'integration/pre1.3/angular-meteor-diff-array-spec.js'
], 'client');
});

0 comments on commit f0370d9

Please sign in to comment.