npm run test 报错如下

    1. Jest did not exit one second after the test run has completed.
    2. This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.

    参考 https://github.com/facebook/jest/issues/1456