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-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