Skip to content

Commit 5d63dc4

Browse files
committed
chore: update test script formatting in Anchor.toml
1 parent fde6bd8 commit 5d63dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/account-data/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ cluster = "Localnet"
1313
wallet = "~/.config/solana/id.json"
1414

1515
[scripts]
16-
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts" #For all test
16+
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
1717
litesvm-test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/litesvm.test.ts" #For litesvm test

0 commit comments

Comments
 (0)