Pass tests

This commit is contained in:
2020-12-21 14:10:33 +01:00
parent 67680804e2
commit 540521f236
2 changed files with 17 additions and 4 deletions

View File

@@ -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"
);
});
});