Skip to content

Commit

Permalink
Mark test helpers as test-only, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Jul 26, 2013
1 parent d387e04 commit 2894252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-helpers/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Package.on_use(function (api) {
'pollUntil', 'WrappedFrag', 'try_all_permutations', 'StubStream',
'SeededRandom', 'ReactiveVar', 'OnscreenDiv', 'clickElement', 'blurElement',
'focusElement', 'simulateEvent', 'getStyleProperty', 'canonicalizeHtml',
'withCallbackLogger', 'testAsyncMulti']);
'withCallbackLogger', 'testAsyncMulti'], {testOnly: true});

api.add_files('try_all_permutations.js');
api.add_files('async_multi.js');
Expand Down

0 comments on commit 2894252

Please sign in to comment.