Skip to content

Commit

Permalink
docs: Fix tic-tac-toe example (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxcastillo authored Jul 25, 2024
1 parent c06ec44 commit fc765ff
Show file tree
Hide file tree
Showing 9 changed files with 1,402 additions and 880 deletions.
8 changes: 8 additions & 0 deletions docs/programs/tic-tac-toe/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"node-option": ["import=tsx"],
"extensions": ["ts"],
"timeout": 1000000,
"spec": [
"tests/**/*.ts"
]
}
2 changes: 1 addition & 1 deletion docs/programs/tic-tac-toe/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cluster = "localnet"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
test = "yarn run mocha"
Loading

0 comments on commit fc765ff

Please sign in to comment.