elm-pages-v3-beta/cypress/e2e/glob-data-source.cy.ts

6 lines
142 B
TypeScript
Raw Normal View History

it(`glob tests`, () => {
2022-03-01 04:45:16 +03:00
cy.visit("/tests");
cy.contains("All tests passed");
cy.document().should("not.include.text", "Expected");
});