Skip to content

Commit

Permalink
fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 2, 2024
1 parent f364b63 commit 9830dd8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/thirdweb/test/src/chains.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineChain } from "~thirdweb/index.js";
import { defineChain } from "../../src/chain/index.js";

export const FORKED_ETHEREUM_RPC = "http://localhost:8555";
export const FORKED_ETHEREUM_CHAIN = defineChain({
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/test/src/test-clients.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { createClient } from "~thirdweb/client/client.js";
import { createClient } from "../../src/client/client.js";

export const CLIENT_ID_CLIENT = createClient({ clientId: "TEST" });
2 changes: 1 addition & 1 deletion packages/thirdweb/test/src/test-contracts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getContract } from "~thirdweb/contract/index.js";
import { CLIENT_ID_CLIENT } from "./test-clients.js";
import { USDC_ABI } from "./abis/usdc.js";
import { FORKED_ETHEREUM_CHAIN } from "./chains.js";
import { getContract } from "../../src/contract/index.js";

// ERC20

Expand Down
1 change: 0 additions & 1 deletion packages/thirdweb/test/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
alias: {
"~thirdweb": join(__dirname, "../src"),
"~test": join(__dirname, "./src"),
},
benchmark: {
Expand Down
Binary file modified packages/thirdweb/typedoc/documentation.json.gz
Binary file not shown.

0 comments on commit 9830dd8

Please sign in to comment.