Add tests to ensure working.

This commit is contained in:
Danny van der Sluijs
2020-09-30 21:32:31 +02:00
parent a493db1873
commit da82eecbae
2 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,7 @@ it('do not skips with falsy closure condition')
it('skips with condition and message')
->skip(true, 'skipped because foo')
->assertTrue(false);
it('skips when skip after assertion')
->assertTrue(true)
->skip();