1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`checks for invalid keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, ".", "-", and "_".]`;
4
5exports[`checks for invalid keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, ".", "-", and "_".]`;
6
7exports[`checks for invalid keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, ".", "-", and "_".]`;
8
9exports[`checks for invalid keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, ".", "-", and "_".]`;
10
11exports[`checks for invalid keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric characters, ".", "-", and "_".]`;
12
13exports[`checks for invalid values 1`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.]`;
14
15exports[`checks for invalid values 2`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.]`;
16
17exports[`checks for invalid values 3`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.]`;
18
19exports[`checks for invalid values 4`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-encoding your values if they are serializable.]`;
20