1/* 2* render-site.test.ts 3* 4* Copyright (C) 2020-2022 Posit Software, PBC 5* 6*/ 7import { docs } from "../../utils.ts"; 8import { testSite } from "./site.ts"; 9 10testSite(docs("site/index.qmd"), docs("site/index.qmd"), [ 11 ".quarto-embed-nb-cell", // Embed is present 12], []); 13 14