0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests
Bartek Iwańczuk d332bf1132
feat: deno test --trace-ops (#13770)
This commit adds "--trace-ops" flag to "deno test" subcommand.

This flag enables saving of stack traces for async ops, that before were always
saved. While the feature proved to be very useful it comes with a significant performance
hit, it's caused by excessive source mapping of stack frames.
2022-02-25 16:14:46 +01:00
..
integration feat: deno test --trace-ops (#13770) 2022-02-25 16:14:46 +01:00
testdata feat: deno test --trace-ops (#13770) 2022-02-25 16:14:46 +01:00
unit feat(ext/net): support cert, key options in listenTls (#13740) 2022-02-24 13:16:56 +09:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00