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