summaryrefslogtreecommitdiff
path: root/examples/test.ts
AgeCommit message (Collapse)Author
2019-08-13ci: bump to v0.15.0 (denoland/deno_std#556)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/f3ddb4f26b81b4fbed86f4b54db7b3e7e3b7fe4e
2019-07-29refactor: use Deno.execPath where possible (denoland/deno_std#548)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/287b0a9cd259952387739405152e031e9abcdb63
2019-05-04bump CI to v0.4.0 (denoland/deno_std#378)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
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-02-26Change `import { x } from "deno"` to `const { x } = Deno` ↵Bert Belder
(denoland/deno_std#218) Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3
2019-02-18Reenable cat.ts test (denoland/deno_std#197)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/271f7cc76db479dae6eb8dcbdc23ddf3e240f973
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/54403774955af0bb5618c0ca6e12c57ec7d5fd0a
2019-01-24Disable cat.ts test because it's broken on Windows.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/8ad47e358426b71d3e2508c0d4ab00f241ebd4eb
2019-01-17Remove race-condition in file_server tests (denoland/deno_std#125)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/e28c9a407951f10d952993ff6a7b248ca11243e1
2019-01-02Add testing moduleRyan Dahl
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
2018-12-19Add examples/ directory (denoland/deno_std#28)Ryan Dahl
Previously https://github.com/denoland/deno_examples Original: https://github.com/denoland/deno_std/commit/14be9a0e82d1b54d5b0f04291d9154d1d7da29f7