Skip to content

Commit 7bce5d4

Browse files
committed
Style.
1 parent 0132e85 commit 7bce5d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Package.on_use(function (api) {
1111
});
1212

1313
Package.on_test(function (api) {
14-
api.use(['blocking', 'tinytest', 'test-helpers'], ['server']);
15-
api.add_files('tests.js', ['server']);
16-
});
14+
api.use(['blocking', 'tinytest', 'test-helpers'], 'server');
15+
api.add_files('tests.js', 'server');
16+
});

0 commit comments

Comments
 (0)