1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
Commit graph

213 commits

Author SHA1 Message Date
Vincent LE GOFF
1e589b9553 toml: add Stringify feature (#319) 2019-04-05 00:23:05 -04:00
Vincent LE GOFF
d16072a334 TOML: Full support of inline table (#320) 2019-04-04 06:00:24 -04:00
Vincent LE GOFF
a0ff487a12 Fixing jsdoc example padding (#322) 2019-04-04 05:58:16 -04:00
Arash Arbabi
a1ceaa6ef7 fix: benchmarks not returning on deno 0.3.4+ (#317) 2019-03-30 15:52:33 -04:00
Ryan Dahl
eb5b1d9f53
Bump CI to v0.3.5 (#312)
Disable bench_test.ts because it hangs.
2019-03-30 15:03:43 -04:00
Vincent LE GOFF
a48fdd6a29 toml: fix parsing comments (#311) 2019-03-29 10:51:23 -04:00
Vincent LE GOFF
fa1664e6cc Add TOML module (#300) 2019-03-28 12:31:15 -04:00
Vincent LE GOFF
cac060f388 Fix parallel testing (#309)
Fixes #308

Co-authored by @chiefbiiko
2019-03-28 12:29:27 -04:00
Vincent LE GOFF
d9e8953110 testing: turn off exitOnFail by default (#307) 2019-03-26 11:29:12 -04:00
Vincent LE GOFF
e17364b91f Fix assertEquals for RegExp & Date (#305) 2019-03-26 08:15:16 -04:00
Bartek Iwańczuk
e5a493e9e8 Fix prettier check in empty files (#302) 2019-03-24 11:26:47 -04:00
Axetroy
e80f144890 move test file out of tests dir in flags module (#293) 2019-03-19 13:24:11 -04:00
Axetroy
a00c51b05b remove unnecessary path.resolve in move/readJson/writeJson (#292) 2019-03-19 13:23:22 -04:00
Axetroy
59adafe867 fix: wrong usage of assertThrowsAsync which without await keyword (#295) 2019-03-19 13:22:33 -04:00
Vincent LE GOFF
0bb040e8d4 Test reorganization (#290) 2019-03-18 12:49:54 -04:00
Axetroy
264a51c093 fix: fs.exists not work for symlink (#291) 2019-03-18 12:34:54 -04:00
Vincent LE GOFF
b699fa67be Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
Yoshiya Hinosawa
fae48d5dfb Add prettier styling options (#281) 2019-03-17 18:23:21 -04:00
Axetroy
da4abcd9a3 extract internal method isSubdir to fs/utils.ts (#285) 2019-03-17 12:34:55 -04:00
Vincent LE GOFF
6e0bec1f94 Add strings/pad (#282) 2019-03-15 12:02:38 -04:00
Ryan Dahl
c44fbec135
Bump to v0.3.3 (#279) 2019-03-14 11:18:19 -04:00
Axetroy
e9d104a424 feat: add writeJson/writeJsonSync for fs modules (#271) 2019-03-14 10:26:12 -04:00
Vincent LE GOFF
1805c18ac7 Improve jsdoc (#277) 2019-03-14 10:24:54 -04:00
Axetroy
e4485d722a feat: add readJson/readJsonSync for fs modules (#269) 2019-03-13 12:06:40 -04:00
Axetroy
a1fcfb2744 feat: add move/moveSync for fs modules (#266) 2019-03-12 05:11:30 -04:00
Axetroy
9ae941338a feat: add ensureDir/ensureFile for fs modules (#264) 2019-03-12 01:52:43 -04:00
Yoshiya Hinosawa
61af419bbc fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
chiefbiiko
4de86f04de Move benching into testing. (#258) 2019-03-11 14:21:13 -04:00
Axetroy
64d6bfca56 feat: add emptyDir for fs modules (#263) 2019-03-11 14:19:52 -04:00
Axetroy
142a1c6cf8 add fs/exists (#260) 2019-03-11 13:14:26 -04:00
Vincent LE GOFF
5852cd251b Datetime module improvement (#259) 2019-03-11 11:00:30 -04:00
Eugen Cazacu
2153fd2646 Eslint Fix http (#257) 2019-03-09 11:46:53 -05:00
Vincent LE GOFF
d4088a1920 Use AssertionError instead of Error in testing (#254) 2019-03-08 16:04:43 -05:00
Eugen Cazacu
84f9fe0649 http: add return types (#250) 2019-03-08 13:04:02 -05:00
Yoshiya Hinosawa
bf76484301 refactor: use execPath where appropriate (#255) 2019-03-08 12:41:47 -05:00
Ryan Dahl
02274ef48b
testing/asserts: Add unimplemented and unreachable (#248) 2019-03-08 02:32:46 -05:00
Andy Hayden
afaf343f37 Use fs.walk rather than git ls-files (#241) 2019-03-08 02:01:39 -05:00
Yoshiya Hinosawa
395392912d Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05:00
Vincent LE GOFF
899ab67cea Add assertNotEquals, assertArrayContains (#246) 2019-03-07 09:08:19 -05:00
Yoshiya Hinosawa
c67751659c Bump CI to v0.3.2 (#245)
replace Deno.platform with Deno.build
2019-03-07 09:07:12 -05: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
Andy Hayden
0fc13fffbd Replace deno.land/x/ with deno.land/std/ (#239) 2019-03-06 10:24:53 -05:00
Evan Hahn
d430a24124 Update mime-db to 1.38.0 (#238)
mime-db@1.38.0 was released on 2019-02-04. This updates the JSON file.
2019-03-05 22:00:39 -05:00
Vincent LE GOFF
c734e32343 Refactor asserts in testing (#227) 2019-03-05 14:58:28 -05:00
Vincent LE GOFF
8fb9f709a6 Use pretty assertEqual in testing (#234) 2019-03-04 20:03:50 -05:00
Kitson Kelly
c0390ade3d Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
Dmitry Sharshakov
385f866a54 Refactor WebSockets (#173)
* Use assert.equal instead of deprecated assertEqual
* Replace let with const where possible
* Add WebSocketMessage type
* Use OpCode in WebSocketFrame
* Use const where possible in WS
* Separate sha1 tests, use const instead of let
2019-03-04 18:23:04 -05:00
chiefbiiko
41bdd096f0 feat: parallel testing (#224) 2019-03-04 14:19:03 -05:00
Vincent LE GOFF
e2fd507cfd Refactoring + Enhance UTs + Enhance doc (#230) 2019-03-04 13:06:05 -05:00