mirror of
https://github.com/renovatebot/renovate.git
synced 2025-02-10 11:13:16 +00:00
![Jon Bretman](/assets/img/avatar_default.png)
* No need to run tests against compiled code * Better support for reseting modules * Will make writing tests for the github/npm apis easier
5 lines
143 B
JavaScript
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
|
|
});
|