|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`validate options should throw an error on the "unknown" option with "/test/" value 1`] = ` |
| 4 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 5 | + - options has an unknown property 'unknown'. These properties are valid: |
| 6 | + object {}" |
| 7 | +`; |
| 8 | + |
| 9 | +exports[`validate options should throw an error on the "unknown" option with "[]" value 1`] = ` |
| 10 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 11 | + - options has an unknown property 'unknown'. These properties are valid: |
| 12 | + object {}" |
| 13 | +`; |
| 14 | + |
| 15 | +exports[`validate options should throw an error on the "unknown" option with "{"foo":"bar"}" value 1`] = ` |
| 16 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 17 | + - options has an unknown property 'unknown'. These properties are valid: |
| 18 | + object {}" |
| 19 | +`; |
| 20 | + |
| 21 | +exports[`validate options should throw an error on the "unknown" option with "{}" value 1`] = ` |
| 22 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 23 | + - options has an unknown property 'unknown'. These properties are valid: |
| 24 | + object {}" |
| 25 | +`; |
| 26 | + |
| 27 | +exports[`validate options should throw an error on the "unknown" option with "1" value 1`] = ` |
| 28 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 29 | + - options has an unknown property 'unknown'. These properties are valid: |
| 30 | + object {}" |
| 31 | +`; |
| 32 | + |
| 33 | +exports[`validate options should throw an error on the "unknown" option with "false" value 1`] = ` |
| 34 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 35 | + - options has an unknown property 'unknown'. These properties are valid: |
| 36 | + object {}" |
| 37 | +`; |
| 38 | + |
| 39 | +exports[`validate options should throw an error on the "unknown" option with "test" value 1`] = ` |
| 40 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 41 | + - options has an unknown property 'unknown'. These properties are valid: |
| 42 | + object {}" |
| 43 | +`; |
| 44 | + |
| 45 | +exports[`validate options should throw an error on the "unknown" option with "true" value 1`] = ` |
| 46 | +"Invalid options object. Source Map Loader has been initialized using an options object that does not match the API schema. |
| 47 | + - options has an unknown property 'unknown'. These properties are valid: |
| 48 | + object {}" |
| 49 | +`; |
0 commit comments