Skip to content

Commit ba11b36

Browse files
committed
test - Teach smoke-all about ensureHtmlElementContents
1 parent 6095ade commit ba11b36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/smoke/smoke-all.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ import {
3434
ensurePptxMaxSlides,
3535
ensureLatexFileRegexMatches,
3636
printsMessage,
37-
shouldError
37+
shouldError,
38+
ensureHtmlElementContents
3839
} from "../verify.ts";
3940
import { readYamlFromMarkdown } from "../../src/core/yaml.ts";
4041
import { findProjectDir, findProjectOutputDir, outputForInput } from "../utils.ts";
@@ -117,6 +118,7 @@ function resolveTestSpecs(
117118
// deno-lint-ignore no-explicit-any
118119
const verifyMap: Record<string, any> = {
119120
ensureHtmlElements,
121+
ensureHtmlElementContents,
120122
ensureFileRegexMatches,
121123
ensureLatexFileRegexMatches,
122124
ensureTypstFileRegexMatches,

0 commit comments

Comments
 (0)