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.
The env variable the test process reads to discover the app's modules.
This is how
createTestApp()in@stone-js/testingends 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.