We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2f24f commit e211cb1Copy full SHA for e211cb1
package.js
@@ -21,11 +21,11 @@ Package._transitional_registerBuildPlugin({
21
});
22
23
24
-Package.onTest(function (api) {
25
- api.use('tinytest');
26
- api.use('hipertracker:reactjs');
27
- api.addFiles('hipertracker:reactjs-tests.js');
28
-});
+//Package.onTest(function (api) {
+// api.use('tinytest');
+// api.use('hipertracker:reactjs');
+// api.addFiles('hipertracker:reactjs-tests.js');
+//});
29
30
31
Package.onUse(function (api) {
0 commit comments