UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

11 lines (9 loc) 256 B
import { configKeys } from '../../src/constants/config'; describe('configKeys', () => { it('has correct keys', () => { expect(configKeys).toEqual({ configProjectName: 'erc20-wizard', infuraProjectId: 'infuraProjectId', }); }); });