GetTerminus/ngx-tools

Convert demo app testing from Karma to Jest

benjamincharity opened this issue · 3 comments

Consumers are now all on Jest so we no longer need to support Karma & Jasmine in the demo.

See GetTerminus/terminus-ui#1545 for needed changes

  • Make sure demo tests pass
    • Determine why AppComponent is coming back undefined
  • Remove all packages related to Karma/Jasmine
  • Remove all related files
  • Remove all related references
  • Set up single jest test for demo app so we can verify it works
    • This test should use a testing tool from the library

Unrelated to this ticket, the AppComponent is coming back undefined and the test is failing. I want to allow more time to investigate and correct that issue.

No longer handling due to repo change

No longer needed