mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use the package under test when testing. This should probably be automatic, since we do it in every single package.
This commit is contained in:
@@ -12,5 +12,6 @@ Package.on_use(function (api) {
|
||||
});
|
||||
|
||||
Package.on_test(function (api) {
|
||||
api.use('accounts-oauth2-helper', 'server');
|
||||
api.add_files("oauth2_tests.js", 'server');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user