mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[e2e] Add eslint rule for max nested describes (#5565)
This commit is contained in:
parent
161fca98d5
commit
c83ee95d9c
@ -1,6 +1,9 @@
|
||||
/* eslint-disable no-undef */
|
||||
module.exports = {
|
||||
"extends": ["plugin:playwright/playwright-test"],
|
||||
"rules": {
|
||||
"playwright/max-nested-describe": ["error", { "max": 1 }]
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["tests/visual/*.spec.js"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user