tests: update examples
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
"no-unused-expressions": "off",
|
||||
plugins: ['cypress'],
|
||||
env: {
|
||||
mocha: true,
|
||||
'cypress/globals': true,
|
||||
},
|
||||
};
|
||||
rules: {
|
||||
strict: 'off',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user