mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-12 08:00:07 +01:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
|
|
/// <reference types="Cypress" />
|
||
|
|
|
||
|
|
context('Actions', () => {
|
||
|
|
beforeEach(() => {
|
||
|
|
cy.visit('http://localhost:5000');
|
||
|
|
});
|
||
|
|
});
|