Commit 2cf87d0
chore: standardize test task names across devbox and npm
package.json (colon notation):
- test:unit - Unit tests only (fast, no build)
- test:fast - Build + unit tests
- test:e2e:android - Android E2E tests
- test:e2e:ios - iOS E2E tests
- test:e2e - All E2E tests
- test:all - Unit + E2E tests
- test - Default (unit tests)
devbox.json (kebab-case):
- test-unit - Unit tests only
- test-fast - Build + unit tests
- test-e2e-android - Android E2E tests
- test-e2e-ios - iOS E2E tests
- test-e2e - All E2E tests
- test-all - Unit + E2E tests
- test - Default (fast unit tests with build)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 13ef9c7 commit 2cf87d0
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments