feat(added Services of Services, updated store logic for services, updated...

This commit is contained in:
2024-03-12 07:18:33 +00:00
committed by Vacheslav Andreevich
parent 651dfd93a5
commit baa0f3e665
19 changed files with 636 additions and 318 deletions

View File

@@ -57,7 +57,7 @@ describe("tests App mounted with vuex", () => {
"is_active": true
}])
expect(componentState).toEqual('active')
expect(selectedService).not.toBe(null)
expect(selectedService).toBe(null)
expect(answer).toBe("ok")
})
})