summaryrefslogtreecommitdiff
path: root/tests/integration/doc_tests.rs
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-04-24 13:34:21 -0700
committerGitHub <noreply@github.com>2024-04-24 20:34:21 +0000
commit5a7414e16349d6872a94db38955bf89edf621c30 (patch)
tree0af8e39dd5fb395daac578deed33fae72f56f496 /tests/integration/doc_tests.rs
parentac71d876d7c9e3fec65e4739540bc60c8d75ee9a (diff)
chore: update deno_doc (#23544)
Diffstat (limited to 'tests/integration/doc_tests.rs')
-rw-r--r--tests/integration/doc_tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration/doc_tests.rs b/tests/integration/doc_tests.rs
index f541f5a18..8ebc46f32 100644
--- a/tests/integration/doc_tests.rs
+++ b/tests/integration/doc_tests.rs
@@ -139,7 +139,7 @@ fn deno_doc_html() {
.run();
output.assert_exit_code(0);
- assert_contains!(output.stderr(), "Written 14 files to");
+ assert_contains!(output.stderr(), "Written 13 files to");
assert!(temp_dir.path().join("all_symbols.html").exists());
assert!(temp_dir.path().join("index.html").exists());
assert!(temp_dir.path().join("fuse.js").exists());
@@ -156,5 +156,4 @@ fn deno_doc_html() {
.path()
.join("~/MyClass.prototype.prop.html")
.exists());
- assert!(temp_dir.path().join("~/index.html").exists());
}