Skip to content

Commit 84ec3d4

Browse files
committed
Rename invoke.ts to test.ts
1 parent ac72193 commit 84ec3d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/sol-anchor-contract/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ wallet = "~/.config/solana/id.json"
77

88
[scripts]
99
install = "npm install"
10-
invoke = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 scripts/invoke.ts"
10+
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 scripts/test.ts"

0 commit comments

Comments
 (0)