Renaming confusing method `startPeer` to `createPeer`
modified httpd-client/tests/session.test.ts
@@ -16,7 +16,7 @@ describe("session", async () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/tests/support/fixtures.ts
@@ -20,7 +20,7 @@ export const testFixture = test.extend<TestFixtures>({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -7,7 +7,7 @@ import {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -126,7 +126,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -159,7 +159,7 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -288,12 +288,12 @@ export async function createSourceBrowsingFixture(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -45,7 +45,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/peerManager.ts
@@ -72,7 +72,7 @@ interface PeerManagerParams {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,17 +98,17 @@ export async function createPeerManager(createParams: {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|