1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Bert Belder
2ba7de2d04 Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218)
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Bartek Iwańczuk
673bdd0352 Reenable cat.ts test (denoland/deno_std#197)
Original: 271f7cc76d
2019-02-18 18:32:56 -05:00
Dmitry Sharshakov
f113312ef2 Add missiong copyright headers (denoland/deno_std#177)
Original: 5440377495
2019-02-07 11:45:47 -05:00
Ryan Dahl
deedb5e84e Disable cat.ts test because it's broken on Windows.
Original: 8ad47e3584
2019-01-24 13:33:51 -05:00
Andy Hayden
b2e54bad61 Remove race-condition in file_server tests (denoland/deno_std#125)
Original: e28c9a4079
2019-01-17 13:08:59 -05:00
Ryan Dahl
6a783ea179 Add testing module
Original: 61fdae51a7
2019-01-02 13:45:42 -05:00
Ryan Dahl
3542f2de0c Add examples/ directory (denoland/deno_std#28)
Previously https://github.com/denoland/deno_examples
Original: 14be9a0e82
2018-12-19 13:50:48 -05:00