We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bed721 commit ee8f187Copy full SHA for ee8f187
frontend/README.md
@@ -30,6 +30,30 @@ npm run dev
30
31
Your application will be available at `http://localhost:3000/`.
32
33
+run checks with:
34
+
35
+```bash
36
+npm run checks
37
+```
38
39
+run tests with:
40
41
42
+npm run test
43
44
45
+run end to end (e2e) tests with:
46
47
48
+npm run test:e2e
49
50
51
+update test snapshots with:
52
53
54
+npm run test:e2e -- -u
55
56
57
## Building for Production
58
59
Create a production build:
0 commit comments