forked from verdnatura/salix-front
fix: revert cypress mjs
This commit is contained in:
parent
ba5af7258f
commit
eb3eaaa4db
|
@ -1,6 +1,6 @@
|
||||||
import { defineConfig } from 'cypress';
|
const { defineConfig } = require('cypress');
|
||||||
|
|
||||||
export default defineConfig({
|
module.exports = defineConfig({
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: 'http://localhost:9000/',
|
baseUrl: 'http://localhost:9000/',
|
||||||
experimentalStudio: true,
|
experimentalStudio: true,
|
||||||
|
|
Loading…
Reference in New Issue