diff --git a/tests/new-smoke-all-test.ps1 b/tests/new-smoke-all-test.ps1 index 84e4280fa4..638a95bd6f 100644 --- a/tests/new-smoke-all-test.ps1 +++ b/tests/new-smoke-all-test.ps1 @@ -41,6 +41,13 @@ _quarto: noErrors: default fileExists: supportPath: mediabag/lter_penguins.png + typst: + ensureFileRegexMatches: + - [] + - [] + ensureTypstFileRegexMatches: + - [] + - [] docx: ensureDocxRegexMatches: - [] diff --git a/tests/new-smoke-all-test.sh b/tests/new-smoke-all-test.sh index a1f5b064d8..fa6f2f4cdc 100755 --- a/tests/new-smoke-all-test.sh +++ b/tests/new-smoke-all-test.sh @@ -39,6 +39,13 @@ _quarto: noErrors: default fileExists: supportPath: mediabag/lter_penguins.png + typst: + ensureFileRegexMatches: + - [] + - [] + ensureTypstFileRegexMatches: + - [] + - [] docx: ensureDocxRegexMatches: - []