mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01: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