diff --git a/e2e/cypress.config.js b/e2e/cypress.config.js index 4a5a470b..8e6d27b2 100644 --- a/e2e/cypress.config.js +++ b/e2e/cypress.config.js @@ -1,6 +1,5 @@ import path from 'node:path'; import { defineConfig } from 'cypress'; -import { devServer } from './webpack.config.js'; const webpackConfig = defineConfig({ downloadsFolder: path.join(__dirname, '../temp'),