0
0
Fork 0

fix: revert cypress mjs

This commit is contained in:
Alex Moreno 2024-06-28 08:37:39 +02:00
parent ba5af7258f
commit eb3eaaa4db
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { defineConfig } from 'cypress';
const { defineConfig } = require('cypress');
export default defineConfig({
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:9000/',
experimentalStudio: true,