diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/doc_tests.rs | 5 | ||||
-rw-r--r-- | tests/testdata/coverage/complex_expected.lcov | 20 | ||||
-rw-r--r-- | tests/testdata/coverage/complex_expected.out | 2 |
3 files changed, 4 insertions, 23 deletions
diff --git a/tests/integration/doc_tests.rs b/tests/integration/doc_tests.rs index de28edd10..f541f5a18 100644 --- a/tests/integration/doc_tests.rs +++ b/tests/integration/doc_tests.rs @@ -149,10 +149,7 @@ fn deno_doc_html() { assert!(temp_dir.path().join("search_index.js").exists()); assert!(temp_dir.path().join("styles.css").exists()); assert!(temp_dir.path().join("~/MyInterface.html").exists()); - assert!(temp_dir - .path() - .join("~/MyInterface.prototype.prop.html") - .exists()); + assert!(temp_dir.path().join("~/MyInterface.prop.html").exists()); assert!(temp_dir.path().join("~/MyClass.html").exists()); assert!(temp_dir.path().join("~/MyClass.prototype.html").exists()); assert!(temp_dir diff --git a/tests/testdata/coverage/complex_expected.lcov b/tests/testdata/coverage/complex_expected.lcov index 94b86465a..5f0983aa8 100644 --- a/tests/testdata/coverage/complex_expected.lcov +++ b/tests/testdata/coverage/complex_expected.lcov @@ -11,11 +11,6 @@ FNF:4 FNH:2 BRF:0 BRH:0 -DA:1,1 -DA:13,1 -DA:14,1 -DA:15,1 -DA:16,1 DA:17,2 DA:18,2 DA:19,2 @@ -26,9 +21,6 @@ DA:24,2 DA:25,2 DA:26,2 DA:27,2 -DA:29,1 -DA:30,1 -DA:31,1 DA:32,1 DA:33,1 DA:34,1 @@ -38,8 +30,6 @@ DA:38,2 DA:39,2 DA:40,2 DA:42,2 -DA:44,1 -DA:45,1 DA:46,0 DA:47,0 DA:48,0 @@ -49,19 +39,13 @@ DA:52,0 DA:53,0 DA:54,0 DA:56,0 -DA:58,1 -DA:59,1 DA:60,1 -DA:62,1 -DA:63,1 DA:64,0 DA:65,0 DA:66,0 DA:68,0 -DA:70,1 DA:71,0 -DA:73,1 DA:74,1 -LH:37 -LF:51 +LH:21 +LF:35 end_of_record diff --git a/tests/testdata/coverage/complex_expected.out b/tests/testdata/coverage/complex_expected.out index 3d5f6a0ab..bed3d9306 100644 --- a/tests/testdata/coverage/complex_expected.out +++ b/tests/testdata/coverage/complex_expected.out @@ -1,4 +1,4 @@ -cover [WILDCARD]/coverage/complex.ts ... 72.549% (37/51) +cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35) 46 | export function unused( 47 | foo: string, 48 | bar: string, |