1/* 2* render-pdf-chunks.test.ts 3* 4* Copyright (C) 2020-2022 Posit Software, PBC 5* 6*/ 7import { docs } from "../../utils.ts"; 8 9import { testRender } from "./render.ts"; 10 11// Simple rendering tests 12testRender(docs("latexmk/chunks.qmd"), "pdf", true); 13 14