Skip to content

Commit

Permalink
javascript to cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Apr 16, 2024
1 parent 4b28c01 commit 9c370bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0/project-development-tips.md
Expand Up @@ -184,7 +184,7 @@ They have the clearest understanding of the code paths and edge cases.
Tests should be **mandatory**, not optional, even if the contract is copied from somewhere else.
There should be thorough emulator unit tests in the public repo.
[See the flow fungible token repo](https://github.com/onflow/flow-ft/tree/master/tests)
for an example of unit tests in javascript.
for an example of unit tests in cadence.


Every time there is a new Cadence version or emulator version,
Expand Down

0 comments on commit 9c370bf

Please sign in to comment.