Skip to content

Commit 11166b9

Browse files
committed
remove unnecessary truffle article
1 parent 4bd8fa3 commit 11166b9

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/smart-contracts/testing

1 file changed

+1
-1
lines changed

src/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ The major difference is that bug bounty programs are open to the wider developer
283283
- **[Diligence Scribble](https://consensys.net/diligence/scribble/)** - _Scribble is a specification language and runtime verification tool that allows you to annotate smart contracts with properties that allow you to automatically test the contracts with tools such as Diligence Fuzzing or MythX._
284284

285285
## Related tutorials {#related-tutorials}
286+
286287
- [An overview and comparison of different testing products](/developers/tutorials/guide-to-smart-contract-security-tools/) \_
287288
- [How to use Echidna to test smart contracts](/developers/tutorials/how-to-use-echidna-to-test-smart-contracts/)
288289
- [How to use Manticore to find smart contract bugs](/developers/tutorials/how-to-use-manticore-to-find-smart-contract-bugs/)
289290
- [How to use Slither to find smart contract bugs](/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/)
290291
- [How to mock Solidity contracts for testing](/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
291-
- [How to migrate from Truffle Tests to OpenZeppelin Test Environment](https://docs.openzeppelin.com/test-environment/0.1/migrating-from-truffle)
292292
- [How to run unit tests in Solidity using Foundry](https://www.rareskills.io/post/foundry-testing-solidity)
293293

294294
## Further reading {#further-reading}

0 commit comments

Comments
 (0)