mainmatter / qunit-dom

High Level DOM Assertions for QUnit
MIT License
178 stars 123 forks source link

Typescript does not find type definitions for qunit-dom #443

Closed LucasHill closed 5 years ago

LucasHill commented 5 years ago

I noticed that without adding the '@types/qunit-dom' package that I would get no recognition of types for qunit-dom on the qunit assert object. Those type definitions were out of date, so I went and updated them here. It was brought to my attention that this project is actually written natively in Typescript. All the same, type definitions are not coming through to the consumer of the library. I tried this on a brand new ember project and its still the same. Thoughts? Thank you.

Turbo87 commented 5 years ago

did you see https://github.com/simplabs/qunit-dom#typescript?

LucasHill commented 5 years ago

No I didn't, whoops. Thank you.