Skip to content

Commit 2e0d103

Browse files
committed
Typo
1 parent 5949ee6 commit 2e0d103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe("Logger: JSON", () => {
9696
expect(logJson.stack).not.toBeNull();
9797
});
9898

99-
test("Log object to jsonOut)", (): void => {
99+
test("Log object to (jsonOut)", (): void => {
100100
logger.info({ foo: "bar" });
101101

102102
const logJson: ILogObject = JSON.parse(stdOut[0]);

0 commit comments

Comments
 (0)