()
| 261 | }) as any; |
| 262 | |
| 263 | const makePlugin = () => |
| 264 | ({ |
| 265 | settings: { |
| 266 | inputPrompt: "single-line", |
| 267 | globalVariables: { |
| 268 | "Meeting Header": "## Meeting\n{{DATE:YYYY-MM-DD}}", |
| 269 | }, |
| 270 | }, |
| 271 | }) as any; |
| 272 | |
| 273 | describe("Format Syntax documentation examples", () => { |
| 274 | beforeEach(() => { |
no outgoing calls
no test coverage detected