@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
8 lines • 323 B
JavaScript
/**
* SPDX-License-Identifier: Apache-2.0
*/
import { testNodeAdd } from '../../test_add.js';
import { Duration } from '../../../src/core/time/duration.js';
const localBuildPath = '';
testNodeAdd(localBuildPath, 'Node add with released hedera', Duration.ofMinutes(3).toMillis());
//# sourceMappingURL=node_add.test.js.map