[[MIRROR from GitHub]] Property based testing framework for JavaScript (like QuickCheck) written in TypeScript fast-check.dev

📝 Simplify examples (#6867) master

## Description Simplify examples by removing dead code, consolidating tests, and improving naming: - Remove deprecated arbitrary implementations (OldWay, MemoBased) - Delete buggy/alternative source files (Counter, SynchronizedCounter, AutocompleteFieldSimple, AutocompleteFieldMostRecentQuery, buggyKnight) - Remove entire supertest example and its dependencies (express, supertest) - Strip bug-toggle props from AutocompleteField, UserProfilePage, DebouncedAutocomplete, and dependencyTree - Drop redundant tests: isSearchTree "(2)", counter "two concurrent", userProfile simple variant, knight hardcoded CodinGame cases - Rename property descriptions for clarity across all spec files - Remove per-file configureGlobal CodeSandbox boilerplate <!-- Add any additional context here --> ## Checklist — _Don't delete this checklist and make sure you do the following before opening the PR_ - [x] I have a full understanding of every line in this PR — whether the code was hand-written, AI-generated, copied from external sources or produced by any other tool - [x] I flagged the impact of my change (minor / patch / major) either by running `pnpm run bump` or by following the instructions from the changeset bot - [x] I kept this PR focused on a single concern and did not bundle unrelated changes - [x] I followed the [gitmoji](https://gitmoji.dev/) specification for the name of the PR, including the package scope (e.g. `🐛(vitest) Something...`) when the change targets a package other than `fast-check` - [x] I added relevant tests and they would have failed without my PR (when applicable) <!-- PRs not checking all the boxes may take longer before being reviewed --> <!-- More about contributing at https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md --> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>