More work on output

This commit is contained in:
luke
2021-07-16 15:58:44 +01:00
parent 0200f90e9a
commit 5b310f6f93
2 changed files with 67 additions and 20 deletions

View File

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