Stone.js API
    Preparing search index...

    Variable APP_MODULES_PATTERN_ENVConst

    APP_MODULES_PATTERN_ENV: "STONE_APP_MODULES_PATTERN" = 'STONE_APP_MODULES_PATTERN'

    The env variable the test process reads to discover the app's modules.

    This is how createTestApp() in @stone-js/testing ends up scanning exactly what the build scans: the value is resolved here, from the one config file, and handed to the runner. A test suite therefore cannot boot a different application than the one that ships.