Skip to content

Commit cdff73e

Browse files
committed
Another update.
1 parent 082dc61 commit cdff73e

File tree

1 file changed

+12
-1
lines changed
  • tests/specs/ecosystem/esroyo/scoped_performance

1 file changed

+12
-1
lines changed

tests/specs/ecosystem/esroyo/scoped_performance/3_0_0.test

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@ esroyo/scoped-performance/3.0.0
99

1010
== FAST CHECK EMIT PASSED ==
1111

12-
== TYPE CHECK PASSED ==
12+
== TYPE CHECK FAILED ==
13+
-- stdout --
14+
15+
-- stderr --
16+
TS2420 [ERROR]: Class 'ScopedPerformance' incorrectly implements interface 'Performance'.
17+
Type 'ScopedPerformance' is missing the following properties from type 'Performance': clearResourceTimings, setResourceTimingBufferSize
18+
export class ScopedPerformance implements Performance {
19+
~~~~~~~~~~~~~~~~~
20+
at file://<tmpdir>/src/scoped-performance.ts:1:14
21+
22+
error: Type checking failed.
23+

0 commit comments

Comments
 (0)