summaryrefslogtreecommitdiff
path: root/testing/README.md
AgeCommit message (Collapse)Author
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
Original: https://github.com/denoland/deno_std/commit/7f4dae109e792c8a78da801964243f1bfa053921
2019-03-26testing: turn off exitOnFail by default (denoland/deno_std#307)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/d9e89531105b6ce989e5a860781536cbdc99235c
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword ↵Axetroy
(denoland/deno_std#295) Original: https://github.com/denoland/deno_std/commit/59adafe86710038c6864fc0686f0292bf7fd9b1d
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/b699fa67befaef4423f365e55eff0fec2e14def8
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
After some discussion it was found that assertEquals is more common in JS (vs assertEqual, assertEq) and sounds better in the negated form: assertNotEquals vs assertNE. Original: https://github.com/denoland/deno_std/commit/4cf39d4a1420b8153cd78d03d03ef843607ae506
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/e1d5c00279132aa639030c6c6d9b4e308bd4775e
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
Original: https://github.com/denoland/deno_std/commit/5119cd3c591d2f6fd7ee920884ec795b01e4aca6
2019-01-22Add assert.throwsAsync()Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/83bb7e99b6ff00011d4ac63a265644f657282c06
2019-01-15Improve assert (denoland/deno_std#124)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/9a3eb207dcd1d032a3c3f7e60f8ee9c5e793f022
2019-01-06Fix format globs (denoland/deno_std#87)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/297cf0975eca194a677e6fadd7d753d62eb453c3
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
Original: https://github.com/denoland/deno_std/commit/9d3d90560c92be4f080f984209a7ffd5a4bbb920
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano
Original: https://github.com/denoland/deno_std/commit/9552f28daf5e9bc77e0ace4032c93e538ef1f9f5