Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored and github-actions[bot] committed May 27, 2024
1 parent 5dbcd54 commit 67e4e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/chains/check.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { describe, expect, test } from 'vitest'

import * as allChains from '../../src/chains/index.js'
import { withTimeout } from '../../src/utils/promise/withTimeout.js'
import { getHttpRpcClient } from '../../src/utils/rpc/http.js'
import { getWebSocketRpcClient } from '../../src/utils/rpc/webSocket.js'
import { withTimeout } from '../../src/utils/promise/withTimeout.js'
import * as allChains from '../../src/chains/index.js'

const defaultTimeout = 10_000

Expand Down

0 comments on commit 67e4e85

Please sign in to comment.