()
| 17 | } |
| 18 | |
| 19 | func mp4Arg() attachmentArg { |
| 20 | return attachmentArg{Path: "./repro.mp4", URL: mp4URL, Alt: "repro.mp4", RendersAsPlayer: true} |
| 21 | } |
| 22 | |
| 23 | func TestAttachAssetsToMarkdown(t *testing.T) { |
| 24 | absPNG, err := filepath.Abs("./login.png") |
no outgoing calls
no test coverage detected