renovate/test/worker.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
144 B
JavaScript

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