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