Skip to content

Commit a37c621

Browse files
committed
docs(readme): specify that segfault issue is Jest-specific
1 parent 0d868f0 commit a37c621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ pluginTester({
586586
587587
> `.babelrc`, `.babelrc.json`, `.babelrc.js`, `.babelrc.cjs`, and `.babelrc.mjs`
588588
> config files in fixture directories are technically supported out-of-the-box,
589-
> though `.mjs` config files will cause a segfault until [this issue with
590-
> V8/Chromium is resolved][55].
589+
> though `.mjs` config files will cause a segfault in Jest until [this issue
590+
> with V8/Chromium is resolved][55].
591591
592592
And it would run four tests, one for each directory in `fixtures` containing a
593593
file starting with "code" or "exec".

0 commit comments

Comments
 (0)