diff --git a/.wallaby.js b/.wallaby.js index 7ac6591d1..1556e6eaf 100644 --- a/.wallaby.js +++ b/.wallaby.js @@ -36,7 +36,7 @@ module.exports = (wallaby) => { '!**/local_appium_home/**', ], testFramework: 'mocha', - tests: ['./packages/*/test/unit/**/*.spec.js'], + tests: ['./packages/*/test/unit/**/*.spec.js', '!**/local_appium_home/**'], workers: { restart: true, },