- Upgrades
@types/node
,@types/prettier
,ava
,codecov
,husky
,nyc
,prettier
,pretty-quick
, andsupertest
to latest versions - Removes
thedebug.life
from domain list - Removes unneeded
const
keywords
- Upgrades
@types/node
,@types/supertest
, andhusky
to latest versions - Uses
canary
version of@now/node
- Adds
routes[0].dest
andgithub.autoJobCancelation
innow.json
- Adds requests’ path to
Location
header for better redirection and to avoid404
s from Now - Tweaks tests to account for the above
- Adds
test
to.nowignore
- Adds additional commands to
readme.md
- Adds
--disable=gcov
toreport-coverage
command
- Adds unit testing, snapshots, and code coverage reporting using
ava
,codecov
,env-cmd
,nyc
, andsupertest
(note:CODECOV_TOKEN
might be moved in future from.env
file tonow.json
if/when Now 2.0 supports CI testing; then.env
file andenv-cmd
can be removed) - Adds
codecov
badge toreadme.md
- Adds
pre-commit
andpre-push
Git hooks tohusky
to run tests and upload code coverage
- Updates
readme.md
andcontributing.md
- Renames this project from
redirects
todomain-redirects
- Adds FOSSA integration
- Adds
@types
formicro
andnode
- Improves
readme.md
instructions
- Initial release