fix test
fix test
This commit is contained in:
parent
bba652cd1a
commit
57e21e55f0
1 changed files with 5 additions and 0 deletions
|
|
@ -404,6 +404,11 @@ describe("Actions", () => {
|
||||||
it("lookupVehicleByVin action, should return car data", async () => {
|
it("lookupVehicleByVin action, should return car data", async () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const context = state;
|
const context = state;
|
||||||
|
context.getters = {
|
||||||
|
applicationUser: {
|
||||||
|
loggingOption: false,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
globalMethods.callHttpClient.mockImplementation(() => {
|
globalMethods.callHttpClient.mockImplementation(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue