Age | Commit message (Collapse) | Author |
|
|
|
This commit renames two assertion functions to better align with JS API:
- assertStringContains -> assertStringIncludes
- assertArrayContains -> assertArrayIncludes
|
|
(#8001)
This commit add supports for a new assertion function
"assertObjectMatch" which allows to test an actual object
against an expected object subset (i.e. inclusivity, not equality).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InspectOptions (#6591)
|
|
Date (#6644)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #5416
|
|
This commit removes overload of Deno.test() that accepted named
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
|
supports deep equality of Map keys (#3258)
|
|
|
|
|