mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Update tests
This commit is contained in:
parent
0c44e390a2
commit
7682fa285f
|
@ -8,7 +8,7 @@ describe('Utils', () => {
|
|||
};
|
||||
|
||||
const actual = jsonToTextPlain(json);
|
||||
const expected = '"key": "value"<br>' + '"anotherKey": "anotherValue"';
|
||||
const expected = '"key": "value"\n' + '"anotherKey": "anotherValue"\n';
|
||||
expect(actual).toEqual(expected);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user