continue to isolate test
This commit is contained in:
parent
ee210a18c4
commit
3fc7c0bde7
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
@ -108,9 +108,6 @@ describe("vehicle-style.vue", () => {
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
|
||||||
test("test", () => {
|
|
||||||
expect(true).toBe(true);
|
|
||||||
})
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function setupMocks({
|
function setupMocks({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue