Jest causing the error Test functions cannot both take a ‘done’ callback and return something. Either use a ‘done’ callback, or return a promise
I am getting the warning Test functions cannot both take a 'done' callback and return something. Either use a 'done' callback, or return a promise.