mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
chore(): ignore local_appium_home in wallaby tests
This commit is contained in:
+1
-1
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user