mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Move utility plugins into their own folder. They don't go into the support folder because they're not standalone units and require interaction with the main units. Further refactoring pending.
This commit is contained in:
parent
252f778598
commit
361bf9caea
13 changed files with 20 additions and 22 deletions
|
@ -21,7 +21,6 @@ module.exports = function(options) {
|
|||
.dependency(require('./plugins/screen/stream'))
|
||||
.dependency(require('./plugins/screen/capture'))
|
||||
.dependency(require('./plugins/service'))
|
||||
.dependency(require('./plugins/display'))
|
||||
.dependency(require('./plugins/browser'))
|
||||
.dependency(require('./plugins/store'))
|
||||
.dependency(require('./plugins/clipboard'))
|
||||
|
@ -34,7 +33,6 @@ module.exports = function(options) {
|
|||
.dependency(require('./plugins/cleanup'))
|
||||
.dependency(require('./plugins/reboot'))
|
||||
.dependency(require('./plugins/connect'))
|
||||
.dependency(require('./plugins/data'))
|
||||
.dependency(require('./plugins/account'))
|
||||
.dependency(require('./plugins/ringer'))
|
||||
.dependency(require('./plugins/wifi'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue