Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-deps / src / util / __tests__ / kindOf.ts
Size: Mime:
import kindOf from '../kindOf'
import stress from '../../../jest/_stress'

test('kindOf', () => {
  stress(x =>
    expect(Object.prototype.toString.call(x).toLowerCase()).toContain(kindOf(x))
  )
})