NagRock / ts-mockito

Mocking library for TypeScript
MIT License
969 stars 93 forks source link

Add an “expect nothing” call to verify #226

Closed thomashilzendegen closed 1 year ago

thomashilzendegen commented 2 years ago

This fixes the warning/error of jasmine that a test has no expectations.

See https://github.com/NagRock/ts-mockito/issues/128.