Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jul 12, 2022
1 parent ce38b36 commit 7f57405
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 891 deletions.
4 changes: 1 addition & 3 deletions system-tests/project-fixtures/react/vite.config.js
@@ -1,9 +1,7 @@
const {defineConfig} = require('vite')
const react = require('@vitejs/plugin-react')

module.exports = defineConfig({
logLevel: 'silent',
plugins: [react()],
server: {
fs: {
// this is needed to run on CI since we
Expand All @@ -14,4 +12,4 @@ module.exports = defineConfig({
allow: ['/root/cypress/', '/root/.cache/', '/tmp/', '/Users/', '/private/'],
},
},
})
})
1 change: 0 additions & 1 deletion system-tests/projects/vite-2-react/package.json
Expand Up @@ -5,7 +5,6 @@
},
"devDependencies": {
"@cypress/vite-dev-server": "file:../../../npm/vite-dev-server",
"@vitejs/plugin-react": "1.3.1",
"vite": "2.9.14"
},
"projectFixtureDirectory": "react"
Expand Down

0 comments on commit 7f57405

Please sign in to comment.