mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
More tests
This commit is contained in:
@ -15,3 +15,7 @@ it('is not incompleted because of assert')->assertTrue(true);
|
||||
it('is not incompleted because of test with assertions', function () {
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
|
||||
describe('a "describe" group of tests', function () {
|
||||
it('is incompleted');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user