1.0.2 โ€ข Published 3 years ago

@testing-charms/expect v1.0.2

Weekly downloads
-
License
Unlicense
Repository
-
Last release
3 years ago

@testing-charms/expect ๐ŸŒˆ

Bundle Size

@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!
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago