diff --git a/tests/json.test.ts b/tests/json.test.ts index 3c4101c3..7e4f8804 100644 --- a/tests/json.test.ts +++ b/tests/json.test.ts @@ -96,7 +96,7 @@ describe("Logger: JSON", () => { expect(logJson.stack).not.toBeNull(); }); - test("Log object to jsonOut)", (): void => { + test("Log object to (jsonOut)", (): void => { logger.info({ foo: "bar" }); const logJson: ILogObject = JSON.parse(stdOut[0]);