|
101 | 101 | ["terminal", {}], |
102 | 102 | ["repository", {repo:"metrics"}], |
103 | 103 | ])("Template : %s", (template, query) => { |
104 | | - for (const [name, input, {skip = [], modes = []} = {}, timeout] of tests) |
| 104 | + for (const [name, input, {skip = [], modes = [], timeout} = {}] of tests) |
105 | 105 | if ((skip.includes(template))||((modes.length)&&(!modes.includes("action")))) |
106 | 106 | test.skip(name, () => null) |
107 | 107 | else |
|
115 | 115 | ["terminal", {}], |
116 | 116 | ["repository", {repo:"metrics"}], |
117 | 117 | ])("Template : %s", (template, query) => { |
118 | | - for (const [name, input, {skip = [], modes = []} = {}, timeout] of tests) |
| 118 | + for (const [name, input, {skip = [], modes = [], timeout} = {}] of tests) |
119 | 119 | if ((skip.includes(template))||((modes.length)&&(!modes.includes("web")))) |
120 | 120 | test.skip(name, () => null) |
121 | 121 | else |
|
128 | 128 | ["classic", {}], |
129 | 129 | ["terminal", {}], |
130 | 130 | ])("Template : %s", (template, query) => { |
131 | | - for (const [name, input, {skip = [], modes = []} = {}, timeout] of tests) |
| 131 | + for (const [name, input, {skip = [], modes = [], timeout} = {}] of tests) |
132 | 132 | if ((skip.includes(template))||((modes.length)&&(!modes.includes("placeholder")))) |
133 | 133 | test.skip(name, () => null) |
134 | 134 | else |
|
0 commit comments