another test

This commit is contained in:
Jason Wheeler 2022-11-16 10:12:52 -05:00
parent 04c5c291ab
commit 36f08d9a14

View file

@ -26,7 +26,7 @@ describe("vehicle-style.vue", () => {
beforeEach(() => { beforeEach(() => {
jest.clearAllMocks(); jest.clearAllMocks();
}); });
/*
test("Style question component is initized with api data", async () => { test("Style question component is initized with api data", async () => {
//Arrange //Arrange
const styleQuestionInitialData = ["2 Door", "4 Door"]; const styleQuestionInitialData = ["2 Door", "4 Door"];
@ -86,7 +86,7 @@ describe("vehicle-style.vue", () => {
} }
}); });
}); });
*/
test("Model set, arePagePrerequisitesValid should be true ", () => { test("Model set, arePagePrerequisitesValid should be true ", () => {
//Arrange //Arrange
const { wrapper } = setupMocks({}); const { wrapper } = setupMocks({});