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
/
cli
/
tests
/
unit
/
unit_test_runner.ts
Age
Commit message (
Collapse
)
Author
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-13
Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)
Bartek Iwańczuk
* Revert "feat: move unstable Deno.permissions to navigator.permissions (#6244)" This reverts commit 202e7fa6ad366ee56a6d070e94eaecb6dbc745bf.
2020-07-09
feat: move unstable Deno.permissions to navigator.permissions (#6244)
Kitson Kelly
2020-06-19
build: lint cli/tests/unit using deno lint (#6327)
Alan Gou
2020-06-12
feat: Add TestDefinition::only (#5793)
Nayeem Rahman
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl