mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 03:11:30 +03:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
it(`glob tests`, () => {
|
|
cy.visit("/tests");
|
|
cy.get(".test-pass").should("exist");
|
|
cy.get(".test-fail").should("not.exist");
|
|
});
|