release: 3.7.2

This commit is contained in:
Nuno Maduro
2025-01-19 17:16:25 +00:00
parent 150bb9478d
commit 6afb36519d
12 changed files with 20 additions and 17 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();
});
});