feat(test): test for services
This commit is contained in:
@@ -4,9 +4,9 @@ class ServiceOfServices {
|
||||
this.store = store
|
||||
}
|
||||
|
||||
async fetchUsersList() {
|
||||
async fetchServicesList() {
|
||||
const services = await this.adapterOfServices.getServices()
|
||||
await this.store.dispatch('services/saveServices', services)
|
||||
this.store.dispatch('services/saveServices', services)
|
||||
return services
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user