chore: adjusts tests

This commit is contained in:
Nuno Maduro
2024-06-27 01:41:34 +01:00
parent 5c3bf469d5
commit 474b9b7e17
10 changed files with 41 additions and 14 deletions

View File

@ -29,6 +29,8 @@ describe('nested', function () {
})->note('This is describe static note');
test('multiple notes', function () {
expect(true)->toBeTrue(true);
$this->note([
'This is a runtime note',
'This is another runtime note',