Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Sep 2, 2024
1 parent 75933a4 commit e228db2
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ProactiveHelpPreviewDialog from '~/components/infolinks/ProactiveHelpPrev
import { useFormStore } from '~/store/form';
import { useAppStore } from '~/store/app';


describe('ProactiveHelpPreviewDialog.vue', () => {
const pinia = createTestingPinia();
const router = createRouter({
Expand All @@ -24,15 +23,11 @@ describe('ProactiveHelpPreviewDialog.vue', () => {
const appStore = useAppStore(pinia);

beforeEach(() => {
getSubmissionUsersSpy.mockReset();
formStore.$reset();
appStore.$reset();
});

afterAll(() => {
getSubmissionUsersSpy.mockRestore();
});

afterAll(() => {});

it('renders', () => {
const wrapper = mount(ProactiveHelpPreviewDialog, {
Expand Down

0 comments on commit e228db2

Please sign in to comment.