Skip to content

Commit 7138723

Browse files
knightsporeCopilot
andauthored
Update tests/ArgumentConverter.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 18980de commit 7138723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ArgumentConverter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ it('convert to primitive with a null argument', () => {
3636
});
3737

3838
// Tests that convertToPrimitive returns string value and isHtml property is true when an object or array argument is passed
39-
it('converts json to html without formatting issues', () => {
39+
it('converts array with decimal numbers to html correctly', () => {
4040
const arg = ['foo', 'bar', 123, 0.123, { A: 123 }, null];
4141
const result = ArgumentConverter.convertToPrimitive(arg);
4242

0 commit comments

Comments
 (0)