vapabase
vapabase
DDeno
Created by vapabase on 5/25/2024 in #help
Deno / Zod / ts-zod-decorators
No description
4 replies
DDeno
Created by vapabase on 2/6/2024 in #help
Default Lint Rules
Is there a list of the lint rules that are applied by default. When I look at the documentation it mentions all of the recommended rules. I'm migrating some node code, and would like to apply the same rules in node, before I migrate the code to Deno, as that will reduce any friction, and I seem to have some relaxed typing here and there which I'd like to resolve, then migrate.
2 replies
DDeno
Created by vapabase on 2/4/2024 in #help
Run all test in sub-folder
Hey guys - day one deno newby here. Incredibly inspired by what I've been able to achieve on my first day. I just can't believe how fast tests execute. It's as though they complete as my finger barely leaves the mouse, using VS CODE test runner. I am definitely looking forward to a more integrated test-debug experience. So far I can't get the debugger config to hit a breakpoint. One thing I am unclear on, having admittedly just skimmed the documentation, is how to run all tests in subfolders, from the command line. So if I am in the root of my workspace, should I just be able to run: deno test --allow-all When I do, I get an error, "No test modules found" Thanks, and looking forward to this journey with you all!
5 replies