Skip to content

Commit cb99d82

Browse files
AlexKushnir1AlexKushnir1
AlexKushnir1
authored and
AlexKushnir1
committed
fix: remove yarn.lock
1 parent eb7ae56 commit cb99d82

File tree

2 files changed

+1
-1546
lines changed

2 files changed

+1
-1546
lines changed

__tests__/08.custom-network.ava.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Worker, getNetworkFromEnv} from '../packages/js';
55
// To run this test, you need to set the NEAR_RPC_API_KEY environment variable tied the Pagoda testnet network.
66
// And the NEAR_WORKSPACES_NETWORK environment variable to 'custom'.
77
//
8-
// Sample: NEAR_WORKSPACES_NETWORK=custom NEAR_RPC_API_KEY="xxx" yarn test...
8+
// Sample: NEAR_WORKSPACES_NETWORK=custom NEAR_RPC_API_KEY="xxx" pnpm test...
99
if (getNetworkFromEnv() === 'custom' && process.env.NEAR_RPC_API_KEY !== '') {
1010
const test = anyTest as TestFn<{
1111
worker: Worker;

0 commit comments

Comments
 (0)