We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485d4cf commit 6c5b08aCopy full SHA for 6c5b08a
test/apon.test.js
@@ -54,7 +54,7 @@ describe('APON.stringify', () => {
54
55
it('should stringify an object with multiple properties', () => {
56
const obj = { name: 'John Doe', age: 30 };
57
- const expected = 'name: "John Doe"\nage: 30';
+ const expected = 'name: John Doe\nage: 30';
58
expect(APON.stringify(obj)).toBe(expected);
59
});
60
0 commit comments