diff --git a/package.json b/package.json index 784cfeb..2a62d0c 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,14 @@ "devDependencies": { "fast-check": "^4.8.0", "jest": "^30.3.0" + }, + "jest": { + "roots": [ + "/backend/__tests__" + ], + "testPathIgnorePatterns": [ + "/node_modules/", + "integration" + ] } }