jest --showConfig で jest の設定を確認できる。

$ yarn jest --showConfig
{
  "configs": [
    {
      "automock": false,
      "cache": true,
      ...

References