Skip to content

Commit 36dab96

Browse files
docs: add readme to run example tests (#52)
1 parent 8ce5b10 commit 36dab96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/app/examples/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 🦔 Angular Testing Library Examples
2+
3+
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

Comments
 (0)