-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It'd be nice to have more suggestions:
expect(typeof x === 'string') -> expect(x).toBeString()
expect(typeof x === 'boolean') -> expect(x).toBeBoolean()
expect(typeof x === 'number') -> expect(x).toBeNumber()
expect(x.includes(y)) -> expect(x).toInclude(y)
And so on.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels