another test
This commit is contained in:
parent
04c5c291ab
commit
36f08d9a14
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ describe("vehicle-style.vue", () => {
|
|||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
||||
/*
|
||||
test("Style question component is initized with api data", async () => {
|
||||
//Arrange
|
||||
const styleQuestionInitialData = ["2 Door", "4 Door"];
|
||||
|
|
@ -86,7 +86,7 @@ describe("vehicle-style.vue", () => {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
*/
|
||||
test("Model set, arePagePrerequisitesValid should be true ", () => {
|
||||
//Arrange
|
||||
const { wrapper } = setupMocks({});
|
||||
|
|
|
|||
Loading…
Reference in a new issue