kobenguyent · GitHub

Commits on Jun 13, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. fix(deps): don't auto-install detox & react-native (#5620) (#5621)

    @codeceptjs/detox-helper was listed under optionalDependencies, which
    npm/pnpm install by default. It hard-depends on detox and react-native,
    so every codeceptjs install pulled in those heavy packages (and the
    dtrace-provider build script) even though core never requires the Detox
    helper — it is a user-configured external helper.
    Move it to devDependencies (still needed for in-repo helper docs
    generation). Users who need the Detox helper install it separately.
    Co-authored-by: DavertMik <davert@testomat.io>
    Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

    3 people authored

    Jun 13, 2026
    Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗