Repository URL to install this package:
|
Version:
6.0.4 ▾
|
import kindOf from '../kindOf'
import stress from '../../../jest/_stress'
test('kindOf', () => {
stress(x =>
expect(Object.prototype.toString.call(x).toLowerCase()).toContain(kindOf(x))
)
})