Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 6, 2024
1 parent a967986 commit 2f64653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions client/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { defineConfig } from "cypress";
import { defineConfig } from 'cypress'

export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
baseUrl: 'http://localhost:5173',
viewportHeight: 1080,
viewportWidth: 1920,
},

component: {
devServer: {
framework: "react",
bundler: "vite",
framework: 'react',
bundler: 'vite',
},
},
});
})
2 changes: 1 addition & 1 deletion client/cypress/support/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ declare global {
Cypress.Commands.add('mount', mount)

// Example use:
// cy.mount(<MyComponent />)
// cy.mount(<MyComponent />)

0 comments on commit 2f64653

Please sign in to comment.