PR review

This commit is contained in:
FrankRua 2022-03-01 13:40:12 -05:00
parent 9e1dc3db61
commit 6d0dcb04a0
2 changed files with 1 additions and 3 deletions

View file

@ -18,9 +18,7 @@ describe("damage-location-question.vue", () => {
//Assert
expect(wrapper.emitted()["update:modelValue"][0]).toEqual([{ modelValue: ["Backseat"] }]);
});
});
describe("damage-location-question.vue", () => {
test("Answers to display filtered by data from api.", async () => {
//Arrange

View file

@ -66,7 +66,7 @@ const basePartResponse = {
}
describe("vehicle-damage.vue", () => {
describe("vehicle-parts.vue", () => {
test("Page header is initialized with api data", async (done) => {
//Arrange