jestのエラー
Returning a Promise from "describe" is not supported. Tests must be defined synchronously.
Returning a value from "describe" will fail the test in a future version of Jest.
というエラ〜メッセージが出ました。
ググって色々やっていましたが、結局テストケースが全く記載されていなかったからでした。
テストケースを記載して解決。