Skip to content

Commit f55319f

Browse files
committed
wip
1 parent a04a7c9 commit f55319f

18 files changed

+1553
-122
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare module '@vue/runtime-core' {
1616
RouterView: typeof import('vue-router')['RouterView']
1717
TaskCard: typeof import('./src/components/TaskCard.vue')['default']
1818
TaskCreator: typeof import('./src/components/TaskCreator.vue')['default']
19+
TaskLabel: typeof import('./src/components/TaskLabel.vue')['default']
1920
TheAlerts: typeof import('./src/components/TheAlerts.vue')['default']
2021
TheDrawer: typeof import('./src/components/TheDrawer.vue')['default']
2122
TheNavbar: typeof import('./src/components/TheNavbar.vue')['default']

cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
// ***********************************************************
1616

1717
// Import commands.js using ES2015 syntax:
18-
import "./commands";
1918

2019
// Alternatively you can use CommonJS syntax:
2120
// require('./commands')
2221

22+
import "../../src/common";
2323
import { mount } from "cypress/vue";
2424

2525
Cypress.Commands.add("mount", mount);

0 commit comments

Comments
 (0)