tests: update examples

This commit is contained in:
Łukasz Holeczek
2021-10-11 12:53:38 +02:00
parent 3ce05a7713
commit 8e09b0197f
15 changed files with 100 additions and 343 deletions
+8 -3
View File
@@ -1,5 +1,10 @@
module.exports = {
rules: {
"no-unused-expressions": "off",
plugins: ['cypress'],
env: {
mocha: true,
'cypress/globals': true,
},
};
rules: {
strict: 'off',
},
}