mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-12 16:10:05 +01:00
follows a pattern similar to @dopry/svelte-auth0, but uses the more standards compliant oidc-client.js library.
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
/// <reference types="Cypress" />
|
|
|
|
context('Actions', () => {
|
|
beforeEach(() => {
|
|
cy.visit('http://localhost:5000');
|
|
});
|
|
});
|