From c2079ffa23529ed41ea9125d84f08698ff7362d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 11 Feb 2026 16:46:26 +0100 Subject: [PATCH] remove commented-out test file references --- packages/tools-core/package.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/tools-core/package.js b/packages/tools-core/package.js index 341e554947..c12ebf8b89 100644 --- a/packages/tools-core/package.js +++ b/packages/tools-core/package.js @@ -18,13 +18,5 @@ Package.onTest(function (api) { // This structure allows easy addition of tests for other lib/ categories api.addFiles([ 'tests/meteor_tests.js', - // Add more test files here as needed: - // 'tests/process_tests.js', - // 'tests/npm_tests.js', - // 'tests/git_tests.js', - // 'tests/global-state_tests.js', - // 'tests/ignore_tests.js', - // 'tests/log_tests.js', - // 'tests/string_tests.js', ], 'server'); });