Commit 6911e34
committed
fix(http-server): simplify test-related scripts
Remove "acceptance", "integration" and "unit" scripts from package.json,
we are not using them.
Simplify "test" script to run all test files from the "test" directory,
instead of enumerating "unit", "integration" and "acceptance". This
removes a warning printed by mocha about "unit" and "acceptance"
directories not found.1 parent 1e21f0b commit 6911e34
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
0 commit comments