format code.

This commit is contained in:
Bryan Mauger 2023-10-20 10:17:25 -04:00
parent 8c7e1953a9
commit b16c36d2cf

View file

@ -23,7 +23,6 @@ describe("vehicle.vue", () => {
//Arrange
const { wrapper } = setupMocks();
//Act
let arePagePrerequisitesValid = wrapper.vm.arePagePrerequisitesValid();
await nextTick();
@ -48,7 +47,6 @@ describe("vehicle.vue", () => {
});
function setupMocks() {
const mountOptions = getMountOptions({
router: {
navigate: jest.fn(),