Skip to content

Commit

Permalink
Move DonationForm.spec.ts back to parent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
moiikana committed Sep 19, 2024
1 parent 8d25e1b commit d8ab241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { mount, VueWrapper } from '@vue/test-utils';
import DonationForm from '@src/components/pages/DonationForm.vue';
import countries from '@src/../tests/data/countries';
import countries from '@test/data/countries';
import { AddressValidation } from '@src/view_models/Validation';
import { createFeatureToggle } from '@src/util/createFeatureToggle';
import PaymentSection from '@src/components/pages/donation_form/singlePageFormSections/PaymentSection.vue';
Expand Down

0 comments on commit d8ab241

Please sign in to comment.