|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
2 | 2 |
|
3 | 3 | exports[`validate options error (pitch) 1`] = ` |
4 | | -"Invalid options object. Cache Loader (Pitch) has been initialised using an options object that does not match the API schema. |
| 4 | +"Invalid options object. Cache Loader (Pitch) has been initialized using an options object that does not match the API schema. |
5 | 5 | - options.cacheIdentifier should be a string. |
6 | 6 | -> Provide an invalidation identifier which is used to generate the hashes. You can use it for extra dependencies of loaders (used for default read/write implementation)." |
7 | 7 | `; |
8 | 8 |
|
9 | 9 | exports[`validate options error 1`] = ` |
10 | | -"Invalid options object. Cache Loader has been initialised using an options object that does not match the API schema. |
| 10 | +"Invalid options object. Cache Loader has been initialized using an options object that does not match the API schema. |
11 | 11 | - options.cacheIdentifier should be a string. |
12 | 12 | -> Provide an invalidation identifier which is used to generate the hashes. You can use it for extra dependencies of loaders (used for default read/write implementation)." |
13 | 13 | `; |
14 | 14 |
|
15 | 15 | exports[`validate options unknown (pitch) 1`] = ` |
16 | | -"Invalid options object. Cache Loader (Pitch) has been initialised using an options object that does not match the API schema. |
| 16 | +"Invalid options object. Cache Loader (Pitch) has been initialized using an options object that does not match the API schema. |
17 | 17 | - options has an unknown property 'unknown'. These properties are valid: |
18 | 18 | object { cacheAddedFiles?, cacheContext?, cacheKey?, cacheIdentifier?, cacheDirectory?, compare?, precision?, read?, readOnly?, write? }" |
19 | 19 | `; |
20 | 20 |
|
21 | 21 | exports[`validate options unknown 1`] = ` |
22 | | -"Invalid options object. Cache Loader has been initialised using an options object that does not match the API schema. |
| 22 | +"Invalid options object. Cache Loader has been initialized using an options object that does not match the API schema. |
23 | 23 | - options has an unknown property 'unknown'. These properties are valid: |
24 | 24 | object { cacheAddedFiles?, cacheContext?, cacheKey?, cacheIdentifier?, cacheDirectory?, compare?, precision?, read?, readOnly?, write? }" |
25 | 25 | `; |
0 commit comments