Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Readme doesn't show what to import / how to fully use this as a dependency #71

Closed stealthrabbi closed 3 years ago

stealthrabbi commented 3 years ago

I'm having trouble figuring out what to import to use this library. The examples show impoting locally form the package. Also, where is expect coming from, used by the assertions.

stealthrabbi commented 3 years ago

A full working example showing how to use this library as a dependency imported from npm would be great.

Aboisier commented 3 years ago

Hi! Here's a working example. I haven't updated it to the latest version, but I think you'll get the gist. Hope this answers your question!

https://replit.com/@Aboisier/TestyTs-Playground

stealthrabbi commented 3 years ago

Yeah, I actually found this shortly before you posted. Very helpful. Thanks.

Aboisier commented 3 years ago

Glad this helped!