mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-01 23:41:42 +00:00
Using jest to test examples (#14)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import { Fluence } from '@fluencelabs/fluence';
|
||||
import { krasnodar } from '@fluencelabs/fluence-network-environment';
|
||||
import { viaArr, viaOpt, viaStream, registerCustomId } from '../compiled/examples/via';
|
||||
import {relays} from "../run-examples";
|
||||
import { relays } from '../config';
|
||||
|
||||
export async function viaCall(): Promise<string[][]> {
|
||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
||||
|
Reference in New Issue
Block a user