summaryrefslogtreecommitdiff
path: root/testing/test.ts
AgeCommit message (Expand)Author
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-03-30fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)Arash Arbabi
2019-03-30Bump CI to v0.3.5 (denoland/deno_std#312)Ryan Dahl
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
2019-03-08Use AssertionError instead of Error in testing (denoland/deno_std#254)Vincent LE GOFF
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-05Refactor asserts in testing (denoland/deno_std#227)Vincent LE GOFF
2019-03-04Use pretty assertEqual in testing (denoland/deno_std#234)Vincent LE GOFF
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-03-04feat: parallel testing (denoland/deno_std#224)chiefbiiko
2019-02-15feat: Add pretty assert (denoland/deno_std#187)bokuweb
2019-01-26Port prettier (denoland/deno_std#156)Yoshiya Hinosawa
2019-01-26testing: add fail() (denoland/deno_std#123)James Garbutt
2019-01-22Add assert.throwsAsync()Kitson Kelly
2019-01-15Improve assert (denoland/deno_std#124)Kitson Kelly
2019-01-02Add testing moduleRyan Dahl