mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 14:37:29 +02:00
Add more tests
This commit is contained in:
@ -41,3 +41,13 @@ describe('outer', function () {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('with expectations', function () {
|
||||
beforeEach()->expect(true)->toBeTrue();
|
||||
|
||||
describe('nested block', function () {
|
||||
test('test', function () {});
|
||||
});
|
||||
|
||||
test('test', function () {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user