kolodny/safetest

No @types/safetest ng app

Closed this issue · 5 comments

Trying to do some testing with the sample app for Angular and trying to run the command to start the tests tells me that the types are missing

You need to npm install in the root of the repo and in the angular examples folder. There isn't any @types/safetest package, it's bundled with the main package

Also I added a top level ng file, perhaps that also fixes the issue

Closing for now, feel free to reopen if the problem persists.