diff --git a/package.json b/package.json index 5f08d22..3c203fe 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,10 @@ }, "eslintConfig": { "root": true + }, + "jest": { + "testPathIgnorePatterns": [ + "generator-exercise/" + ] } }