mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 16:53:24 +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 */
|
/* eslint-disable no-undef */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"extends": ["plugin:playwright/playwright-test"],
|
"extends": ["plugin:playwright/playwright-test"],
|
||||||
|
"rules": {
|
||||||
|
"playwright/max-nested-describe": ["error", { "max": 1 }]
|
||||||
|
},
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": ["tests/visual/*.spec.js"],
|
"files": ["tests/visual/*.spec.js"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user