Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Nov 25, 2020
1 parent 5949ee6 commit 2e0d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 2e0d103

Please sign in to comment.