chore(): ignore local_appium_home in wallaby tests

This commit is contained in:
Christopher Hiller
2022-08-04 15:19:35 -07:00
parent ec79486df0
commit dc730e7307
+1 -1
View File
@@ -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,
},