Skip to content

Commit

Permalink
feat: add bundler to cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 6, 2023
1 parent 37012ab commit 1161d9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ export default defineConfig({
baseUrl: "http://localhost:3000",
// baseUrl:"https://tutors.dev/course/tutors-cypress-testing",
specPattern: "cypress/e2e/**/**.cy.ts"
},
component: {
devServer: {
framework: "svelte",
bundler: "vite"
}
}
});

0 comments on commit 1161d9b

Please sign in to comment.