Ryan Dahl
151ce0266e
Move everything into std subdir
2019-10-09 17:10:09 -04:00
Bartek Iwańczuk
63bbe2a2e0
ci: bump to v0.15.0 ( denoland/deno_std#556 )
...
Original: f3ddb4f26b
2019-08-13 20:03:29 -04:00
Yoshiya Hinosawa
b76007d25c
refactor: use Deno.execPath where possible ( denoland/deno_std#548 )
...
Original: 287b0a9cd2
2019-07-29 08:46:21 +00:00
Bartek Iwańczuk
02bd7e956e
bump CI to v0.4.0 ( denoland/deno_std#378 )
...
Original: 2ad643d296
2019-05-04 11:33:50 -04:00
Vincent LE GOFF
dcd01dd025
Eslint fixes ( denoland/deno_std#356 )
...
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Ryan Dahl
caa383a583
Rename assertEq to assertEquals ( denoland/deno_std#242 )
...
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: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f
Testing refactor ( denoland/deno_std#240 )
...
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
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