mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
|
const { defineConfig } = require('cypress');
|
||
|
|
||
|
module.exports = defineConfig({
|
||
|
e2e: {
|
||
|
baseUrl: 'http://localhost:3000',
|
||
|
supportFile: false,
|
||
|
},
|
||
|
});
|