0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 22:29:06 +00:00
renovatebot_renovate/test
Rhys Arkins 528112bc47 Use async await (#78)
All promise syntax has been replaced with async/await.
`renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now.
`renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw`

Closes #77
2017-01-31 12:19:06 +01:00
..
_fixtures Refactor config 2017-01-20 14:03:18 +01:00
config Use async await (#78) 2017-01-31 12:19:06 +01:00
helpers Use async await (#78) 2017-01-31 12:19:06 +01:00
.eslintrc.js Refactor config 2017-01-20 14:03:18 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
mocha.opts Refactor tests 2017-01-15 15:19:19 +01:00