mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update package.js onTest
This commit is contained in:
@@ -14,7 +14,6 @@ Package.onUse(function (api) {
|
||||
});
|
||||
|
||||
Package.onTest(function (api) {
|
||||
api.use('package-version-parser');
|
||||
api.use(['tinytest']);
|
||||
api.use(['package-version-parser', 'tinytest']);
|
||||
api.addFiles('package-version-parser-tests.js', 'server');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user