Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Jul 22, 2017
1 parent 45e7d77 commit 13d3fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const _buildAxisData = (value, axesGroup, conf) => {
}
}

const _buildAxesData = (conf) => {
export const _buildAxesData = (conf) => {
return reduce(conf.axes, (aggregator, axesGroup) => {
if (!axesGroup.position && !axesGroup.spacing) {
logger.warn('Skipping axe group with no position and spacing defined')
Expand Down

0 comments on commit 13d3fbd

Please sign in to comment.