mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: adjusts tests
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user