Start of work on better TeamCity output

This commit is contained in:
luke
2021-07-16 15:06:10 +01:00
parent 13781dcd14
commit 0200f90e9a
2 changed files with 77 additions and 1 deletions

View File

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