Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/render/render-pdf-chunks.ts
12925 views
1
/*
2
* render-pdf-chunks.test.ts
3
*
4
* Copyright (C) 2020-2022 Posit Software, PBC
5
*
6
*/
7
import { docs } from "../../utils.ts";
8
9
import { testRender } from "./render.ts";
10
11
// Simple rendering tests
12
testRender(docs("latexmk/chunks.qmd"), "pdf", true);
13
14