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