More work on output

This commit is contained in:
luke
2021-07-16 16:45:35 +01:00
parent df31191f4e
commit e16104350e
2 changed files with 36 additions and 38 deletions

View File

@ -6,12 +6,7 @@ test('it properly parses json string', function () {
expect('{"name":"Nuno"}')
->json()
->name
->toBe('uno');
});
it('is incomplete');
it('doesnt do anything', function () {
->toBe('Nuno');
});
test('fails with broken json string', function () {