elm-pages-v3-beta/cypress/e2e/glob-data-source.cy.ts
2022-08-09 06:32:47 -07:00

6 lines
142 B
TypeScript

it(`glob tests`, () => {
cy.visit("/tests");
cy.contains("All tests passed");
cy.document().should("not.include.text", "Expected");
});