-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
I want to report an issue with unit testing features of the library (like TestbedHarnessEnvironment
) but the template only links to one starter Stackblitz, which is not configured to run tests. The Angular docs include a link to this Stackblitz which uses Karma to run tests in browser, and works great, but does not use this library at all. I'm struggling to create a test-running Stackblitz that illustrates my problem.
It would be great if someone more familiar with Stackblitz than I am could set up a new starter, forked from the current one, that runs one or two simple unit tests against the starter page -- "it should have the text 'Basic Button' on the button", "it should call the event handler when the user slides the toggle", etc. Then it would be easy to fork the test template and show problems with the test helpers.