remove commented-out test file references

This commit is contained in:
Nacho Codoñer
2026-02-11 16:46:26 +01:00
parent 15dc12b075
commit c2079ffa23

View File

@@ -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');
});