Optional
baseOptional
directoryCustom directory name for fixtures. Defaults to 'fixtures' Set to empty string to store fixtures in the same directory as the file path
Optional
includeWhether to include the factory function source in signature calculation. Defaults to true
Optional
useWhether to use subdirectories for fixtures. Defaults to true When true: fixtures are stored in a subdirectory (e.g., /path/fixtures/file.json) When false: fixtures are stored directly in the path (e.g., /path/file.json)
Optional
validateWhether to validate factory signature changes. Defaults to true
Base directory for storing fixtures. Defaults to process.cwd()