Changes
1 changed files (+9/-0)
-
-
@@ -45,4 +45,13 @@ Run this command on the repository root:``` $ deno fmt ``` ## Running unit tests You need a read permission for the project directory due to some tests perform actual filesystem access. The most straightforward way to run the tests is to run this command on the repository root: ``` $ deno test --allow-read=. ```
-