From 0bcf3064b9d2ba829af61fbde3920376d633a473 Mon Sep 17 00:00:00 2001 From: cenfun Date: Sun, 30 Jun 2024 23:24:40 +0800 Subject: [PATCH] doc OOM --- README.md | 1 + README.zh-Hans.md | 1 + 2 files changed, 2 insertions(+) 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)