0.1.3 • Published 7 years ago
gethd v0.1.3
gethd
npx gethdJest setup
const gethd = require('gethd');
beforeAll(async () => {
await gethd.start();
await gethd.waitForReady();
});
afterAll(gethd.stop);Dev
nix-shell
pnpm i
pnpm testnpx gethdconst gethd = require('gethd');
beforeAll(async () => {
await gethd.start();
await gethd.waitForReady();
});
afterAll(gethd.stop);nix-shell
pnpm i
pnpm test