Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vamp up the README #446

Merged
merged 10 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
remove .only
frankiebee committed Jan 8, 2025

Verified

This commit was signed with the committer’s verified signature.
frankiebee Frankie
commit 26e10fab94e142c815d2a834ccc0fa9d7b0c0e81
2 changes: 1 addition & 1 deletion tests/README.test.ts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ const networkType = 'four-nodes'

const msg = Buffer.from('Hello world: signature from entropy!').toString('hex')

test.only('README basicExample', async (t) => {
test('README basicExample', async (t) => {
const run = promiseRunner(t)
await run('network up', spinNetworkUp(networkType))
t.teardown(async () => {