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
/
std
/
testing
Age
Commit message (
Expand
)
Author
2020-10-04
docs(std): version all imports in README (#7442)
tokiedokie
2020-10-04
docs: end sentences with a period in markdown (#7813)
Trivikram Kamat
2020-10-01
refactor(std/testing): Get rid of default export and make std/testing/diff.ts...
tokiedokie
2020-09-30
feat(cli/console): Add Deno.InspectOptions::colors (#7742)
Nayeem Rahman
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-18
fix(cli/console): always quote and escape inspected strings (#7546)
Casper Beyer
2020-09-16
fix(std/testing): assertion diff color (#7499)
Pig Fang
2020-08-28
fix(std/testing): invalid dates assertion equality (#7230)
Christian Petersen
2020-08-27
feat(std/testing): add assertNotMatch (#6775)
xcatliu
2020-08-26
test(std/testing): reduce bench test iterations to 1e3 (#7200)
Casper Beyer
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
2020-08-20
fix(std/node): misnamed assert exports (#7123)
Schwarzkopf Balázs
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-14
fix(std/testing): assertThrows inheritance (#6623)
Rob Waller
2020-07-11
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to I...
Nayeem Rahman
2020-07-05
fix(std/tesing/asserts): assertEquals/NotEquals should use milliseconds in Da...
uki00a
2020-07-02
improve(std/asserts): allow assert functions to specify type parameter (#6413)
WJH
2020-07-01
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
Bartek Iwańczuk
2020-06-25
refactor(std/testing): Remove unuseful statement (#6486)
Yasser A.Idrissi
2020-06-24
fix(std/testing) assertArrayContains should work with any array-like (#6402)
Casper Beyer
2020-06-23
fix(std/testing): assertThrows gracefully fails if non-Error thrown (#6330)
Rob Waller
2020-06-16
Update assertions names in std/testing README (#6318)
Vladimir Iakovlev
2020-06-13
Fix assertEqual so that it handles URL objects (#6278)
Joel Chippindale
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-09
fix(std/testing/bench): Make progress callback async (#6175)
Szalay Kristóf
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-06-04
feat(std/testing): Allow non-void promises in assertThrowsAsync (#6052)
Jon Short
2020-06-03
refactor(std/testing/bench): Remove differentiating on runs count (#6084)
Szalay Kristóf
2020-06-03
fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)
Szalay Kristóf
2020-06-03
docs: benchmarking (#6075)
Szalay Kristóf
2020-06-02
fix(std/testing/asserts): Format values in assertArrayContains() (#6060)
Nayeem Rahman
2020-06-02
feat(std/testing): benching progress callback (#5941)
Szalay Kristóf
2020-05-29
Return results in benchmark promise (#5842)
Szalay Kristóf
2020-05-25
fix(std/testing/asserts): Support browsers (#5847)
Nayeem Rahman
2020-05-19
Provide better ANSI colorized output when inspecting objects (#5404)
Speykious
2020-05-15
fix(std/testing): Provide message and diff for assertStrictEq (#5417)
Stéphane Klein
2020-04-28
BREAKING: Remove Deno.EOF, use null instead (#4953)
Nayeem Rahman
2020-04-28
BREAKING: remove overload of Deno.test() (#4951)
Bartek Iwańczuk
2020-04-15
Remove std/testing/format.ts (#4749)
Nayeem Rahman
2020-04-10
fix(std/testing/asserts): change left/right to actual/expected (#4697)
Chris Knight
2020-04-06
remove std/testing/runner.ts (#4649)
Bartek Iwańczuk
2020-04-04
fix(std/testing): formatting bigint (#4626)
Khải
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
fix(std/http): Fix respond error test on Windows (#4408)
Nayeem Rahman
2020-03-19
remove std/testing/runner.ts, use deno test for std/ tests (#4397)
Bartek Iwańczuk
2020-03-19
fix: std/testing/runner.ts and deno test (#4392)
Bartek Iwańczuk
2020-03-18
feat: Deno.test() sanitizes ops and resources (#4399)
Bartek Iwańczuk
[next]