|
import CreateNewPostcodeForm from 'src/components/CreateNewPostcodeForm.vue';
|
|
|
|
describe.skip('<CreateNewPostcodeForm />', () => {
|
|
it('TODO: boilerplate', () => {
|
|
// see: https://on.cypress.io/mounting-vue
|
|
cy.createWrapper(CreateNewPostcodeForm);
|
|
});
|
|
});
|