You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow these three steps to run the example tests:
4
+
5
+
- clone or download the repository
6
+
- move into the repository and install the needed dependencies with `npm install`
7
+
- use the command `npm run test:app` from within the root of this repository to run the tests
8
+
9
+
The tests in this repository are written with [Jest](https://jestjs.io/), but you can use the test runner of your choice.
10
+
11
+
If you're looking for an example that is not in this repository, feel free to create an [issue](https://github.com/testing-library/angular-testing-library/issues/new).
0 commit comments