format code.
This commit is contained in:
parent
8c7e1953a9
commit
b16c36d2cf
1 changed files with 0 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue