We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5949ee6 commit 2e0d103Copy full SHA for 2e0d103
tests/json.test.ts
@@ -96,7 +96,7 @@ describe("Logger: JSON", () => {
96
expect(logJson.stack).not.toBeNull();
97
});
98
99
- test("Log object to jsonOut)", (): void => {
+ test("Log object to (jsonOut)", (): void => {
100
logger.info({ foo: "bar" });
101
102
const logJson: ILogObject = JSON.parse(stdOut[0]);
0 commit comments