summaryrefslogtreecommitdiff
path: root/test_util/src/builders.rs
AgeCommit message (Expand)Author
2024-02-19chore: move `test_util` to `tests/util/server` (#22444)Asher Gomez
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-14chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)Nayeem Rahman
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-02-12fix(console): support NO_COLOR and colors option in all scenarios (#21910)Leo Kettmeir
2024-02-07chore: use same test server for jsr tests (#22303)David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-23chore: provide error message when a deno.json will be auto-discovered by the ...David Sherret
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-06fix(byonm): correct resolution for scoped packages (#21083)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-08-29chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)Matt Mastracci
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)David Sherret
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-13fix(npm): show a progress bar when initializing the node_modules folder (#18136)David Sherret
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-06chore(tests): ability to capture stdout and stderr separately (#18035)David Sherret
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-27chore: test builders for integration tests (#17965)David Sherret