// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`counter remove should throw error if label lengths does not match 1`] = `"Invalid number of arguments"`;
exports[`counter with params as object labels should throw error if label lengths does not match 1`] = `"Invalid number of arguments"`;
exports[`counter with params as object should not be possible to decrease a counter 1`] = `"It is not possible to decrease a counter"`;
exports[`counter with params as object should throw an error when the value is not a number 1`] = `"Value is not a valid number: 3ms"`;
|