summaryrefslogtreecommitdiff
path: root/testing/README.md
AgeCommit message (Expand)Author
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
2019-03-26testing: turn off exitOnFail by default (denoland/deno_std#307)Vincent LE GOFF
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword (denoland/d...Axetroy
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
2019-01-22Add assert.throwsAsync()Kitson Kelly
2019-01-15Improve assert (denoland/deno_std#124)Kitson Kelly
2019-01-06Fix format globs (denoland/deno_std#87)Ryan Dahl
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano