1.0.2 โข Published 3 years ago
@testing-charms/expect v1.0.2
@testing-charms/expect ๐
@testing-charms/expect
is a package for simple assertions!
- ๐ Simple 1-function API!
- โก No-friction greased-lightning speed!
- ๐ก 100% typed!
Example
import expect from '@testing-charms/expect'
expect('test').toBe('test')
expect('test').not().toBe('test') // Will error!