We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ensureHtmlElementContents
1 parent 1b7b150 commit becb13eCopy full SHA for becb13e
tests/smoke/smoke-all.test.ts
@@ -34,7 +34,8 @@ import {
34
ensurePptxMaxSlides,
35
ensureLatexFileRegexMatches,
36
printsMessage,
37
- shouldError
+ shouldError,
38
+ ensureHtmlElementContents
39
} from "../verify.ts";
40
import { readYamlFromMarkdown } from "../../src/core/yaml.ts";
41
import { findProjectDir, findProjectOutputDir, outputForInput } from "../utils.ts";
@@ -125,6 +126,7 @@ function resolveTestSpecs(
125
126
// deno-lint-ignore no-explicit-any
127
const verifyMap: Record<string, any> = {
128
ensureHtmlElements,
129
+ ensureHtmlElementContents,
130
ensureFileRegexMatches,
131
132
ensureTypstFileRegexMatches,
0 commit comments