elm-pages-v3-beta/cypress/integration/glob-data-source.spec.ts
2022-02-28 17:45:16 -08:00

6 lines
142 B
TypeScript

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