updated tests
This commit is contained in:
@@ -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")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user