UNPKG

orphic-cypress

Version:

Set of utilities and typescript transformers to cover storybook stories with cypress component tests

17 lines 643 B
"use strict"; /** * Configration and environment variables to enable isolated files or to * opt out of specific or all storybook file formats * * @module config */ Object.defineProperty(exports, "__esModule", { value: true }); exports.useIsolatedComponentFiles = void 0; /** * Option to make each *.stories.tsx file into a test file, whereas omitting * means all test files will need to be gathered as exports and executed * via a mount.cy.ts file which gathers all exports from these files and * iterates over them. */ exports.useIsolatedComponentFiles = process.env.CYPRESS_USE_ISOLATED_CT_FILES; //# sourceMappingURL=config.js.map