leebyron / testcheck-js

Generative testing for JavaScript

Home Page:http://leebyron.com/testcheck-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type definitions (typescript & flow) for jasmine-check package

vholovko opened this issue · comments

jasmine-check.d.ts cannot be found in the latest distribution 1.0.0-rc.0

untitled

untitled1

untitled1

The library is great but I cannot use it with TypeScript and Jest without first having jasmine-check.d.ts.
Please place it in the same root directory as jasmine-check.ts.
Thanks!

Update on this: master has the type definitions for typescript, but does not yet have them for flow. This is a 1.0-blocker.

Just confirming that the currently published files are missing the typings:

❯ ls node_modules/jasmine-check
LICENSE			README.md		jasmine-check.js	package.json

@leebyron seems like a quickfix, shall I submit a pr or is there more complexity not apparent from this issue?

@jasonkuhrt I'm not @leebyron, but please, submit a PR for this!