diff --git a/packages/test-helpers/package.js b/packages/test-helpers/package.js index 24ba01cfd3..8883afd771 100644 --- a/packages/test-helpers/package.js +++ b/packages/test-helpers/package.js @@ -1,5 +1,6 @@ Package.describe({ - summary: "Utility functions for tests" + summary: "Utility functions for tests", + internal: true }); Package.on_use(function (api, where) {