Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Jan 8, 2025
1 parent 3d5dc81 commit 26e10fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 26e10fa

Please sign in to comment.