Skip to content

Commit 6249ba3

Browse files
committed
test(config): rename test
1 parent 7ea0742 commit 6249ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, it } from "mocha"
22
import { assert } from "chai"
33
import { Chains, loadConfig } from "../src/index"
44

5-
describe("Package exports network details from JSON file", () => {
5+
describe("Load configuration from JSON file", () => {
66
it("ethereum chain id is 1", () => {
77
const config: Chains = loadConfig("production")
88
const chainId: number = config.ethereum.id

0 commit comments

Comments
 (0)