Skip to content

Commit 2114519

Browse files
committed
fix
1 parent 176f538 commit 2114519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libraries/core/tests/usage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ test('debug: true and missing logger.debug method -> logger.info is invoked (to
982982
expect,
983983
}) => {
984984
const logger = createHiveTestingLogger();
985-
// @ts-expect-error
985+
// @ts-expect-error we remove this property to emulate logger without it
986986
logger.debug = undefined;
987987
const token = 'hvu1/brrrrt';
988988

0 commit comments

Comments
 (0)