chore: adjusts tests

This commit is contained in:
Nuno Maduro
2025-01-19 17:35:09 +00:00
parent 6afb36519d
commit 709ecb1ba2
4 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ get('foo')->get('bar')->expect(true)->toBeTrue();
get('foo')->expect(true)->toBeTrue();
describe('a "describe" group of tests', function () {
get('foo'); // not incomplete because closure is created...
get('foo'); // not incomplete because closure is created...
get('foo')->get('bar')->expect(true)->toBeTrue();
get('foo')->expect(true)->toBeTrue();
});
});