allain / expect

helpers for writing jest like expect tests in deno
ISC License
45 stars 14 forks source link

added toBeTypeOf #31

Closed verikono closed 1 year ago

verikono commented 1 year ago

this is available to Jasmine and Vitest , it's implementation lifted from: https://vitest.dev/api/expect.html#tobetypeof

verikono commented 1 year ago

Great! Any matchers I find i'll be sure to throw your way :) thank you so much for the effort , its' proving to be a great library :)