summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/doc_tests.rs3
-rw-r--r--tests/testdata/doc/lint_success_html.out2
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/"