Deno 1.10 Release Notes

# · 🔥 274 · 💬 146 · 2 years ago · deno.com · caspervonb · 📷
Deno 1.10 brings a major overhaul to built-in test runner. Deno test now supports the -jobs flag that allows one to specify how many threads should be used when running tests. Configurable permissions for tests: Deno has a number of flags that allow to specify permissions a program is allowed to use. Deno test -allow-read -allow-write -unstable test permissions. Ts running 1 test from file:///Users/ry/src/deno/test permissions. To prevent such situations deno test now supports the -doc flag that will type check code examples in the documentation comments. Watch for file changes when running tests: deno test now supports the -watch flag that will keep the process alive after finishing tests and watch for file changes to re-run relevant test cases.
Deno 1.10 Release Notes



Send Feedback | WebAssembly Version (beta)