diff --git a/src/report/reporters/boxplot/content.js b/src/report/reporters/boxplot/box.js similarity index 100% rename from src/report/reporters/boxplot/content.js rename to src/report/reporters/boxplot/box.js diff --git a/src/report/reporters/boxplot/main.js b/src/report/reporters/boxplot/main.js index 065fb713f..d646b9af6 100644 --- a/src/report/reporters/boxplot/main.js +++ b/src/report/reporters/boxplot/main.js @@ -1,6 +1,6 @@ import { getCombNamePaddedColor } from '../../utils/name.js' -import { getBox } from './content.js' +import { getBox } from './box.js' import { getLabels } from './labels.js' import { getMinMaxAll } from './min_max.js' import { normalizeQuantiles } from './normalize.js'