0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-02-10 11:13:16 +00:00
renovatebot_renovate/test/index.spec.js
Jon Bretman 3818e535ad Move tests to Jest (#94)
* No need to run tests against compiled code
* Better support for reseting modules
* Will make writing tests for the github/npm apis easier
2017-02-09 05:30:00 +01:00

5 lines
143 B
JavaScript

require('../lib/index');
it('placeholder', () => {
// TODO: write tests for this module - this is here so the file shows up in coverage
});