mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
feat!: remove optional length marker option [#N] in favor of [N]
This commit is contained in:
@@ -44,7 +44,6 @@ describe('toon CLI', () => {
|
||||
const expected = encode(data, {
|
||||
delimiter: DEFAULT_DELIMITER,
|
||||
indent: 2,
|
||||
lengthMarker: false,
|
||||
})
|
||||
|
||||
expect(output).toBe(expected)
|
||||
|
||||
Reference in New Issue
Block a user