You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add function assertions
* implement function checks in expect interface
* fix flag message
* correctly reference inspect
* use existing assersions in asserts
* Fix typo
Co-authored-by: San Mônico <[email protected]>
* Add `AsyncGeneratorFunction` assertion
* update assertion messages
* alias `isFunction` to `isCallable`
* Square up boolean logic in `isCallable` function
* Update callable JSDoc comment
* Add error tests for function expect assertions
* Add negation to other callable assertions
* Convert expect calls in test to type string assertions
* Remove assertion properties in favor of a normal type assertion
* Remove `.is{FunctionType}` assert interfaces
* Move `functionTypes` object
* Add a bunch of tests
* Move test
* Add more tests to should interface
* Revert formatting change
* Add should test for `callable`
---------
Co-authored-by: San Mônico <[email protected]>
0 commit comments