UNPKG

@dcodegroup-au/vuetable-3

Version:

Datatable component for Vue 3.x built with Vite/ESM

9 lines (7 loc) 223 B
// https://docs.cypress.io/api/introduction/api.html describe("My First Test", () => { it("Visits the app root url", () => { cy.visit("/"); cy.contains("h1", "Welcome to Your Vue.js + TypeScript App"); }); });