Pass tests
This commit is contained in:
@@ -29,7 +29,7 @@ describe("Vuex actions.", () => {
|
||||
|
||||
actions.$axios = null;
|
||||
await expect(actions.getList({ commit })).rejects.toThrow(
|
||||
"API Error occurred."
|
||||
"API Error occurred: Cannot read property '$get' of null"
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user