Skip to content

Commit ee8f187

Browse files
update readme
1 parent 7bed721 commit ee8f187

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

frontend/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,30 @@ npm run dev
3030

3131
Your application will be available at `http://localhost:3000/`.
3232

33+
run checks with:
34+
35+
```bash
36+
npm run checks
37+
```
38+
39+
run tests with:
40+
41+
```bash
42+
npm run test
43+
```
44+
45+
run end to end (e2e) tests with:
46+
47+
```bash
48+
npm run test:e2e
49+
```
50+
51+
update test snapshots with:
52+
53+
```bash
54+
npm run test:e2e -- -u
55+
```
56+
3357
## Building for Production
3458

3559
Create a production build:

0 commit comments

Comments
 (0)