1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

11 commits

Author SHA1 Message Date
Andy Hayden
7484cf88b5 Clean up the test failure output (denoland/deno_std#209)
Original: e609f0c7cb
2019-02-23 11:24:57 -05:00
Bartek Iwańczuk
ad77215052 Add runIfMain method (denoland/deno_std#215)
Original: 817a0fb439
2019-02-23 11:18:43 -05:00
Ryan Dahl
34ece9f2ed Pretty print exceptions (denoland/deno_std#190)
Explained here:
https://github.com/denoland/deno/issues/1559#issuecomment-462811554
Original: 34ca60376b
2019-02-12 18:24:29 -05:00
James Garbutt
be65b2b0f6 testing: add fail() (denoland/deno_std#123)
Original: c1c18c9469
2019-01-26 06:51:19 -05:00
Ryan Dahl
6a0e32dc35 testing: Don't automatically run on import (denoland/deno_std#129)
Original: ec1675a8ca
2019-01-24 16:25:13 -05:00
Kitson Kelly
b13b2cd883 Add assert.throwsAsync()
Original: 83bb7e99b6
2019-01-22 08:34:35 -06:00
Kitson Kelly
8d474a7911 Make testing more matainable
Original: 2f0ca2242f
2019-01-22 08:34:35 -06:00
Kitson Kelly
7cb7b24537 Improve assert (denoland/deno_std#124)
Original: 9a3eb207dc
2019-01-15 21:57:40 -05:00
Yoshiya Hinosawa
6f8dc44a2b feat: print test status on the same line as test name (denoland/deno_std#100)
Original: 41a2d21826
2019-01-09 10:32:37 -05:00
Masashi Hirano
7c62da8975 Fix to use unknown type in testing/mod.ts (denoland/deno_std#73)
Original: 8221924d9a
2019-01-04 11:59:50 -05:00
Ryan Dahl
6a783ea179 Add testing module
Original: 61fdae51a7
2019-01-02 13:45:42 -05:00