Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | chore: support `-- --nocapture` in the spec tests (#24113) | David Sherret | |
2024-06-05 | fix: better handling of npm resolution occurring on workers (#24094) | David Sherret | |
Closes https://github.com/denoland/deno/issues/24063 | |||
2024-05-03 | chore(tests/specs): ability to have sub tests in file (#23667) | David Sherret | |
Allows writing named sub-tests. These are: 1. Filterable on the command line via `cargo test ...` 2. Run in parallel 3. Use a fresh temp and deno dir for each test (unlike steps) | |||
2024-04-29 | chore: migrate bench, publish, and more itests to spec tests (#23584) | David Sherret | |
2024-04-27 | fix(compile): certain jsr specifiers sometimes can't load (#23567) | David Sherret | |
When returning a jsr specifier for resolve it seems like deno core does not work properly and hangs. Closes https://github.com/denoland/deno/issues/23551 Closes https://github.com/denoland/deno/issues/23139 | |||
2024-04-20 | chore: auto-complete for __spec__.jsonc file (#23476) | David Sherret | |
This makes writing these tests a little easier. | |||
2024-04-11 | fix(npm): local nodeModulesDir was sometimes resolving duplicates of same ↵ | David Sherret | |
package (#23320) | |||
2024-03-15 | chore(lsp): add tests for compiler options being resolved relative the ↵ | David Sherret | |
config file (#22924) Investigation from #17298 | |||
2024-03-13 | chore: rough first pass on spec tests (#22877) | David Sherret | |