@testing-charms/expect
v1.0.2
Published
🧪🌈 A speedy micro-assert library for testing!
Readme
@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!