sootsim detox
Drop-in Detox runner. Existing import from 'detox' suites run unchanged via a Jest moduleNameMapper rewrite — no code edits, no config churn. Auto-launches a sootsim shell if none is running.
terminal
Options
| flag | description |
|---|---|
--config <path> | use a specific jest config instead of the default |
--watch | jest watch mode |
--headed | keep the sootsim shell window visible |
-t <pattern> | pass a Jest —testNamePattern |
--no-launch | skip auto-launching a sootsim shell (manage it yourself) |
Examples
terminal
Drop-in Detox
sootsim detox runs your existing Detox test suite against sootsim with no code changes. It auto-launches a sootsim shell, sets up the Jest module mapping (^detox$ → sootsim/detox), and runs your tests.
terminal
Users can also add preset: 'sootsim/detox/jest-preset' to their own Jest config to run tests via plain npx jest.