import ProgressBar from 'progress';

/**
 * Wrapper around the progress bar for unit testing purposes
 */
export const progressBarWrapper = { ProgressBar };
