2023-12-23 jest showConfig
jest --showConfig
で jest の設定を確認できる。
$ yarn jest --showConfig
{
"configs": [
{
"automock": false,
"cache": true,
...
jest --showConfig
で jest の設定を確認できる。
$ yarn jest --showConfig
{
"configs": [
{
"automock": false,
"cache": true,
...