Bartek Iwańczuk
2ad643d296
bump CI to v0.4.0 ( #378 )
2019-05-04 11:33:50 -04:00
Vincent LE GOFF
4543b563a9
Eslint fixes ( #356 )
...
Make warnings fail
2019-04-24 07:41:22 -04:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals ( #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.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279
Testing refactor ( #240 )
2019-03-06 16:39:50 -05:00
Bert Belder
6063378a92
Change import { x } from "deno"
to const { x } = Deno
( #218 )
2019-02-26 00:35:50 -05:00
Bartek Iwańczuk
271f7cc76d
Reenable cat.ts test ( #197 )
2019-02-18 18:32:56 -05:00
Dmitry Sharshakov
5440377495
Add missiong copyright headers ( #177 )
2019-02-07 11:45:47 -05:00
Ryan Dahl
8ad47e3584
Disable cat.ts test because it's broken on Windows.
2019-01-24 13:33:51 -05:00
Andy Hayden
e28c9a4079
Remove race-condition in file_server tests ( #125 )
2019-01-17 13:08:59 -05:00
Ryan Dahl
61fdae51a7
Add testing module
2019-01-02 13:45:42 -05:00
Ryan Dahl
14be9a0e82
Add examples/ directory ( #28 )
...
Previously https://github.com/denoland/deno_examples
2018-12-19 13:50:48 -05:00