Andy Hayden
afaf343f37
Use fs.walk rather than git ls-files ( #241 )
2019-03-08 02:01:39 -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
Kitson Kelly
c0390ade3d
Add eslint for linting ( #235 )
2019-03-04 19:53:35 -05:00
Bert Belder
6063378a92
Change import { x } from "deno"
to const { x } = Deno
( #218 )
2019-02-26 00:35:50 -05:00
Ryan Dahl
1abdc2efc0
Bump CI to v0.2.11 ( #183 )
2019-02-09 15:41:05 -05:00
Yoshiya Hinosawa
e7837ff0f0
Add reusable prettier wrapper CLI ( #165 )
...
This also fixes an issue with the path on azure-pipelines.
2019-02-01 10:16:39 -05:00