()
| 359 | }) |
| 360 | |
| 361 | function testListDefault() { |
| 362 | const expectedValues = [{ |
| 363 | a: "a_value_1", |
| 364 | b: true |
| 365 | }, |
| 366 | { |
| 367 | a: "a_value_2", |
| 368 | b: false |
| 369 | }] |
| 370 | |
| 371 | testList(expectedValues, testListDefaultSetting.value) |
| 372 | } |
| 373 | |
| 374 | runOnce(script.name, () => { |
| 375 | testTopLevelOptions() |