| 1 | runFormatTest(import.meta, ["flow"], { trailingComma: "es5" }); |
| 2 | runFormatTest(import.meta, ["flow"], { trailingComma: "none" }); |
| 3 | runFormatTest(import.meta, ["flow"], { trailingComma: "all" }); |
nothing calls this directly
no test coverage detected