Consolidate duplicate code to start global HTTP API server
modified tests/support/fixtures.ts
@@ -1,11 +1,9 @@
|
|
|
|
| - | |
| - | |
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -14,7 +12,7 @@ import * as patch from "@tests/support/cobs/patch.js";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -276,15 +274,6 @@ export function appConfigWithFixture(defaultLocalHttpdPort = 8081) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -11,7 +11,6 @@ import {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -29,33 +28,42 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -65,11 +73,11 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|