Bartek Iwańczuk
|
8feb30e325
|
BREAKING: remove overload of Deno.test() (#4951)
This commit removes overload of Deno.test() that accepted named
function.
|
2020-04-28 12:33:09 +02:00 |
|
Nayeem Rahman
|
926db017d9
|
Remove std/testing/format.ts (#4749)
|
2020-04-15 10:12:42 -04:00 |
|
Chris Knight
|
85c61bff1c
|
fix(std/testing/asserts): change left/right to actual/expected (#4697)
|
2020-04-10 10:10:45 -04:00 |
|
Kitson Kelly
|
bced52505f
|
Update to Prettier 2 and use ES Private Fields (#4498)
|
2020-03-28 13:03:49 -04:00 |
|
Chris Knight
|
2115b38fef
|
test: add actual error class to fail message (#4305)
|
2020-03-09 17:46:55 -04:00 |
|
Bartek Iwańczuk
|
61273085e4
|
refactor: rewrite tests in std/ to use Deno.test (#3930)
|
2020-02-11 17:24:27 +01:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Kitson Kelly
|
9837d324a7
|
Update to TypeScript 3.7 (#3275)
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
2019-11-13 13:42:34 -05:00 |
|
James Wright
|
429439d198
|
Consolidates asserts#equal branches for keyed collections (Map/Set) and supports deep equality of Map keys (#3258)
|
2019-11-04 10:21:42 -05:00 |
|
James Wright
|
64957d92ef
|
Support for deep Map equality with asserts#equal (#3236)
|
2019-10-29 20:23:54 -04:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|