Set the `httpd` port for the test suite to be 8081.
modified httpd-client/tests/client.test.ts
@@ -1,9 +1,11 @@
|
|
| + | |
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/tests/project.test.ts
@@ -6,6 +6,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -20,7 +21,7 @@ import { testFixture as testWithAPI } from "@httpd-client/tests/support/fixtures
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/tests/support/globalSetup.ts
@@ -10,6 +10,7 @@ import { createPeerManager } from "@tests/support/peerManager";
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -45,7 +46,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +56,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/config.ts
@@ -24,7 +24,7 @@ function getConfig(): Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/httpd.ts
@@ -1,7 +1,8 @@
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -24,7 +25,7 @@ export const httpdStore = derived(store, s => s);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/router.ts
@@ -151,13 +151,17 @@ export async function replace(newRoute: Route): Promise<void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -93,14 +93,14 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -230,14 +230,14 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -250,7 +250,7 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -639,6 +639,7 @@ export const sourceBrowsingUrl = `/seeds/127.0.0.1/${sourceBrowsingRid}`;
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -10,6 +10,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -49,7 +50,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -61,7 +62,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/unit/router.test.ts
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -222,7 +223,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -237,7 +238,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -253,7 +254,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified vite.config.ts
@@ -28,6 +28,7 @@ export default defineConfig({
|
|
|
|
|
|
| + | |
|
|
|
|
|