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:
Nick Martin
2012-07-10 16:01:58 -07:00
parent 556aba22ac
commit 33817f235b

View File

@@ -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');
});
});