Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/app/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 🦔 Angular Testing Library Examples

Follow these three steps to run the example tests:

- clone or download the repository
- move into the repository and install the needed dependencies with `npm install`
- use the command `npm run test:app` from within the root of this repository to run the tests

The tests in this repository are written with [Jest](https://jestjs.io/), but you can use the test runner of your choice.

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).