mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 08:27:27 +02:00
Add tests
This commit is contained in:
@ -72,3 +72,7 @@ describe('describe block', function () {
|
||||
})->depends('second in nested describe');
|
||||
});
|
||||
});
|
||||
|
||||
test('depends on test after describe block', function () use (&$runCounter) {
|
||||
expect($runCounter)->toBe(2);
|
||||
})->depends('first', 'second');
|
||||
|
||||
Reference in New Issue
Block a user