pretty-print json #184
Annotations
2 errors
Run tests
Process completed with exit code 1.
|
Run tests:
packages/content/src/__tests__/launchpad-content.test.ts#L48
AssertionError: expected '{\n "hello": "world"\n}' to be '{"hello":"world"}' // Object.is equality
- Expected
+ Received
- {"hello":"world"}
+ {
+ "hello": "world"
+ }
β― src/__tests__/launchpad-content.test.ts:48:47
|
Loading