Skip to content

Commit

Permalink
wip: remove flushPromises import
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Nov 26, 2024
1 parent 6513f6a commit 12fb34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { flushPromises, mount } from '@vue/test-utils';
import { mount } from '@vue/test-utils';
import { expect, describe, it, beforeEach, vi } from 'vitest';

import ModalAddNewContact from '../ModalAddNewContact.vue';
Expand Down

0 comments on commit 12fb34f

Please sign in to comment.