svelte-oidc/cypress/integration/OidcContext.spec.js

8 lines
128 B
JavaScript
Raw Normal View History

/// <reference types="Cypress" />
context('Actions', () => {
beforeEach(() => {
cy.visit('http://localhost:5000');
});
});