Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kishtov committed Oct 14, 2024
1 parent 9a85601 commit 4f65bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/configParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe("parseConfig", () => {
themes
);

expect(result.settings.chatInput?.botDelay).toBe(500); // Enforces minimum botDelay
expect(result.settings.chatInput?.botDelay).toBe(500);
expect(result.inlineStyles.bodyStyle?.color).toBe("blue");
expect(result.cssStylesText).toBe("");
});
Expand Down

0 comments on commit 4f65bf4

Please sign in to comment.