UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

9 lines (6 loc) 218 B
import mergeBaseNotFound from './mergeBaseNotFound'; export default { title: 'CLI/Messages/Errors', }; export const MergeBaseNotFound = () => mergeBaseNotFound({ patchBaseRef: 'main', patchHeadRef: 'feature' });