mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
3818e535ad
* 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
144 B
JavaScript
5 lines
144 B
JavaScript
require('../lib/worker');
|
|
|
|
it('placeholder', () => {
|
|
// TODO: write tests for this module - this is here so the file shows up in coverage
|
|
});
|