diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-04-24 13:34:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 20:34:21 +0000 |
commit | 5a7414e16349d6872a94db38955bf89edf621c30 (patch) | |
tree | 0af8e39dd5fb395daac578deed33fae72f56f496 /tests | |
parent | ac71d876d7c9e3fec65e4739540bc60c8d75ee9a (diff) |
chore: update deno_doc (#23544)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/doc_tests.rs | 3 | ||||
-rw-r--r-- | tests/testdata/doc/lint_success_html.out | 2 |
2 files changed, 2 insertions, 3 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()); } diff --git a/tests/testdata/doc/lint_success_html.out b/tests/testdata/doc/lint_success_html.out index 783dd5927..018366529 100644 --- a/tests/testdata/doc/lint_success_html.out +++ b/tests/testdata/doc/lint_success_html.out @@ -1 +1 @@ -Written 12 files to "./docs/" +Written 11 files to "./docs/" |