Make the tests happier

Here we just override the workers because we're not expecting to be able to test them this way. The code paths involved shouldn't be touched.
This commit is contained in:
Travis Ralston 2021-05-06 22:08:00 -06:00
parent f65773ef95
commit 65f591b69b
3 changed files with 9 additions and 3 deletions

2
__mocks__/empty.js Normal file
View file

@ -0,0 +1,2 @@
// Yes, this is empty.
module.exports = {};