diff --git a/README.md b/README.md index 2612e818..f0d56b19 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ * [Common issues](#common-issues) - [Unexpected coverage](#unexpected-coverage) - [Unparsable source](#unparsable-source) + - [JavaScript heap out of memory](#javascript-heap-out-of-memory) * [Debug for Coverage and Sourcemap](#debug-for-coverage-and-sourcemap) * [Integration with Any Testing Framework](#integration-with-any-testing-framework) * [Integration Examples](#integration-examples) diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 827703b8..99f12d5b 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -35,6 +35,7 @@ * [常见问题](#common-issues) - [Unexpected coverage](#unexpected-coverage) - [Unparsable source](#unparsable-source) + - [JavaScript heap out of memory](#javascript-heap-out-of-memory) * [如何调试覆盖率数据和查看sourcemap](#debug-for-coverage-and-sourcemap) * [如何跟其他框架集成](#integration-with-any-testing-framework) * [集成的例子](#integration-examples)