Skip to content

Commit

Permalink
fix: remove yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKushnir1 authored and AlexKushnir1 committed Jan 21, 2025
1 parent eb7ae56 commit cb99d82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,546 deletions.
2 changes: 1 addition & 1 deletion __tests__/08.custom-network.ava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Worker, getNetworkFromEnv} from '../packages/js';
// To run this test, you need to set the NEAR_RPC_API_KEY environment variable tied the Pagoda testnet network.
// And the NEAR_WORKSPACES_NETWORK environment variable to 'custom'.
//
// Sample: NEAR_WORKSPACES_NETWORK=custom NEAR_RPC_API_KEY="xxx" yarn test...
// Sample: NEAR_WORKSPACES_NETWORK=custom NEAR_RPC_API_KEY="xxx" pnpm test...
if (getNetworkFromEnv() === 'custom' && process.env.NEAR_RPC_API_KEY !== '') {
const test = anyTest as TestFn<{
worker: Worker;
Expand Down
Loading

0 comments on commit cb99d82

Please sign in to comment.