diff --git a/package.json b/package.json index 1b5bc0384..f00756bba 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "oplog_populator": "node extensions/oplogPopulator/OplogPopulatorTask.js", "mongo_queue_processor": "node extensions/mongoProcessor/mongoProcessorTask.js", "garbage_collector": "node extensions/gc/service.js", - "test": "mocha --recursive tests/unit/ingestion/mongoQueueProcessor.spec.js --timeout 30000", + "test": "mocha --recursive tests/unit --timeout 30000", "cover:test": "nyc --clean --silent yarn run test && nyc report --report-dir ./coverage/test --reporter=lcov", "ft_test": "mocha --recursive $(find tests/functional -name '*.js') --timeout 30000", "ft_test:notification": "mocha --recursive $(find tests/functional/notification -name '*.js') --timeout 30000",