mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make test-helpers package internal. Lets not confuse users.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Utility functions for tests"
|
||||
summary: "Utility functions for tests",
|
||||
internal: true
|
||||
});
|
||||
|
||||
Package.on_use(function (api, where) {
|
||||
|
||||
Reference in New Issue
Block a user