UNPKG

157 BPlain TextView Raw
1import ProgressBar from 'progress';
2
3/**
4 * Wrapper around the progress bar for unit testing purposes
5 */
6export const progressBarWrapper = { ProgressBar };