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
/
js
/
testing.ts
Age
Commit message (
Expand
)
Author
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-11
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to I...
Nayeem Rahman
2020-07-07
feat(test): Add support for regex in filter flag (#6343)
Sebastien Filion
2020-07-06
clean up code in cli/js (#6611)
Stanislav
2020-06-19
fix: "deno test" should respect NO_COLOR=true (#6371)
uki00a
2020-06-12
feat: Add TestDefinition::only (#5793)
Nayeem Rahman
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-04-28
BREAKING: remove overload of Deno.test() (#4951)
Bartek Iwańczuk
2020-04-27
BREAKING: remove Deno.runTests() API (#4922)
Bartek Iwańczuk
2020-04-25
add help messages to Deno.test() sanitizers (#4887)
Bartek Iwańczuk
2020-04-23
refactor(cli/js/testing): Rename disableOpSanitizer to sanitizeOps (#4854)
Nayeem Rahman
2020-04-03
fix: async ops sanitizer false positives in timers (#4602)
Bartek Iwańczuk
2020-04-02
feat: deno test --filter (#4570)
Ryan Dahl
2020-04-01
refactor(cli/js/testing): Reduce testing interfaces (#4451)
Nayeem Rahman
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-19
refactor: rename Deno.TestDefinition.skip to ignore (#4400)
Bartek Iwańczuk
2020-03-18
feat: Deno.test() sanitizes ops and resources (#4399)
Bartek Iwańczuk
2020-03-15
refactor: change test reporter output (#4371)
Bartek Iwańczuk
2020-03-15
feat(cli/js/testing): Add TestDefinition::skip (#4351)
Nayeem Rahman
2020-03-13
refactor: unit test runner communicates using TCP socket (#4336)
Bartek Iwańczuk
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk
2020-03-08
reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)
Bartek Iwańczuk
2020-03-05
refactor: preliminary cleanup of Deno.runTests() (#4237)
Bartek Iwańczuk
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk