Skip to content

Commit 7abeb27

Browse files
committed
stargate: rename ibctestdata.spec.ts
And here's no testdata/ directory in this package, only in cosmwasm-stargate, so delete that glob.
1 parent 8c7d991 commit 7abeb27

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/stargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"*.md",
1616
"!*.spec.*",
1717
"!*testutils.*",
18-
"!**/testdata/"
18+
"!*testdata.*"
1919
],
2020
"repository": {
2121
"type": "git",

packages/stargate/src/modules/ibc/queries.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CometClient, connectComet } from "@cosmjs/tendermint-rpc";
22

33
import { QueryClient } from "../../queryclient";
44
import { simapp } from "../../testutils";
5-
import * as ibcTest from "./ibctestdata.spec";
5+
import * as ibcTest from "./ibctestdata";
66
import { IbcExtension, setupIbcExtension } from "./queries";
77

88
async function makeClientWithIbc(rpcUrl: string): Promise<[QueryClient & IbcExtension, CometClient]> {

0 commit comments

Comments
 (0)