kopia lustrzana https://github.com/nextcloud/social
12 wiersze
138 B
JavaScript
12 wiersze
138 B
JavaScript
![]() |
module.exports = {
|
||
|
env: {
|
||
|
'cypress/globals': true,
|
||
|
},
|
||
|
plugins: [
|
||
|
'cypress',
|
||
|
],
|
||
|
extends: [
|
||
|
'plugin:cypress/recommended',
|
||
|
],
|
||
|
};
|