Skip to content

Commit 50a091a

Browse files
committed
fix: update tests
1 parent 66ad21e commit 50a091a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/reporter.service.spec.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,4 @@ describe( 'ReporterService', () => {
169169
expect( metrics ).toContain( 'test_summary_count{endpoint="/api"} 2' );
170170
} );
171171
} );
172-
173-
describe( 'initialization', () => {
174-
it( 'should throw error if used before initialization', () => {
175-
( ReporterService as any ).metricsService = undefined;
176-
177-
expect( () => {
178-
ReporterService.counter( 'test_counter' );
179-
} ).toThrow();
180-
} );
181-
} );
182172
} );

0 commit comments

Comments
 (0)