doc:fix unit test directory name (#1939)

This commit is contained in:
iczc
2019-10-10 00:30:11 +08:00
committed by Francisco Giordano
parent 45befe6e95
commit 4edd0ee799

View File

@ -1,3 +1,3 @@
## Testing
Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/tests` directory corresponds to the `/contracts` directory. OpenZeppelin uses Mochas JavaScript testing framework and Chais assertion library. To learn more about how to tests are structured, please reference OpenZeppelins Testing Guide.
Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory. OpenZeppelin uses Mochas JavaScript testing framework and Chais assertion library. To learn more about how to tests are structured, please reference OpenZeppelins Testing Guide.