// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiRangeLevels is rendered 1`] = `
`; exports[`OuiRangeLevels should throw error if \`level.max\` is higher than \`max\` 1`] = `"The level max of 200 is higher than the max value of 100."`; exports[`OuiRangeLevels should throw error if \`level.min\` is lower than \`min\` 1`] = `"The level min of -10 is lower than the min value of 0."`;