diff --git a/services/mam-api/package.json b/services/mam-api/package.json index e55dedd..04101d1 100644 --- a/services/mam-api/package.json +++ b/services/mam-api/package.json @@ -7,7 +7,7 @@ "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", - "test": "node --test test/**/*.test.js" + "test": "node --test $(find test -name '*.test.js' | sort)" }, "dependencies": { "express": "^4.18.2",