feat(doc): move harness

This commit is contained in:
thomas
2023-10-17 23:09:21 +02:00
parent 3bed1449f5
commit 82142f822c
20 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
# Harness
> Author: Thomas Laforge
### Run Application
```bash
npx nx serve test-harness
```
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/testing/23-harness/).