Tests automatically use heartwood binaries from local test folder
modified .github/workflows/check-e2e.yml
@@ -40,7 +40,6 @@ jobs:
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified scripts/install-binaries
@@ -69,24 +69,4 @@ do
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified tests/support/fixtures.ts
@@ -5,24 +5,19 @@ import type { PeerManager, RadiclePeer } from "./peerManager.js";
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -12,10 +12,9 @@ import {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -69,13 +68,10 @@ export default async function globalSetup(_config: FullConfig): Promise<void> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/support.ts
@@ -1,5 +1,8 @@
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -13,3 +16,17 @@ export function createOptions(projectFolder: string, days: number): Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified tsconfig.json
@@ -4,7 +4,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|