Upgrading from 6.5 to 7.
I have a Checkbox folder with a checkbox component file and associated story and unit tests. This component exists in a separate package, alongside a story and a test file, in a monorepo. Storybook is run from the root of the monorepo.
These packages have their own path definitions for testUtils for various mocking utilities.
However Storybook insists on compiling the Checkbox.test.tsx file even though it is not linked anywhere., causing it to fail, because it has no notion of the local path resolutions.
Any ideas as to why it would do that? *.test.* files are only used as Jest unit tests,