isolating the test
This commit is contained in:
parent
36f08d9a14
commit
4655f38dec
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ describe("vehicle-style.vue", () => {
|
|||
});
|
||||
});
|
||||
*/
|
||||
/*
|
||||
test("Model set, arePagePrerequisitesValid should be true ", () => {
|
||||
//Arrange
|
||||
const { wrapper } = setupMocks({});
|
||||
|
|
@ -105,6 +106,7 @@ describe("vehicle-style.vue", () => {
|
|||
//Assert
|
||||
expect(arePagePrerequisitesValid).toBe(true);
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
||||
function setupMocks({
|
||||
|
|
|
|||
Loading…
Reference in a new issue