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 6095ade commit ba11b36Copy full SHA for ba11b36
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";
@@ -117,6 +118,7 @@ function resolveTestSpecs(
117
118
// deno-lint-ignore no-explicit-any
119
const verifyMap: Record<string, any> = {
120
ensureHtmlElements,
121
+ ensureHtmlElementContents,
122
ensureFileRegexMatches,
123
124
ensureTypstFileRegexMatches,
0 commit comments