Skip to content

Commit 5ee28d3

Browse files
committed
squash: adjust guideline
1 parent b9308b7 commit 5ee28d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/common/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ If `target` is an Object, returns a proxy object that triggers
308308
an `AssertionError` on mutation attempt, including mutation of deeply nested
309309
Objects. Otherwise, it returns `target` directly.
310310

311-
Use of this function is encouraged for relevant regression tests and for new
312-
APIs that work with user-provided objects.
311+
Use of this function is encouraged for relevant regression tests.
313312

314313
```mjs
315314
import { open } from 'node:fs/promises';

0 commit comments

Comments
 (0)