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