@@ -15,11 +15,6 @@ exports[`validate options should throw an error on the "esModule" option with "t
15
15
- options.esModule should be a boolean."
16
16
` ;
17
17
18
- exports [` validate options should throw an error on the "interpolate" option with "1" value 1` ] = `
19
- "Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
20
- - options.interpolate should be a boolean."
21
- ` ;
22
-
23
18
exports [` validate options should throw an error on the "root" option with "true" value 1` ] = `
24
19
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
25
20
- options.root should be a string."
@@ -28,47 +23,47 @@ exports[`validate options should throw an error on the "root" option with "true"
28
23
exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
29
24
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
30
25
- options has an unknown property 'unknown'. These properties are valid:
31
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
26
+ object { attributes ? , root ? , minimize ? , esModule ? }"
32
27
`;
33
28
34
29
exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
35
30
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
36
31
- options has an unknown property 'unknown'. These properties are valid:
37
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
32
+ object { attributes ? , root ? , minimize ? , esModule ? }"
38
33
`;
39
34
40
35
exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
41
36
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
42
37
- options has an unknown property 'unknown'. These properties are valid:
43
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
38
+ object { attributes ? , root ? , minimize ? , esModule ? }"
44
39
`;
45
40
46
41
exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
47
42
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
48
43
- options has an unknown property 'unknown'. These properties are valid:
49
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
44
+ object { attributes ? , root ? , minimize ? , esModule ? }"
50
45
`;
51
46
52
47
exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
53
48
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
54
49
- options has an unknown property 'unknown'. These properties are valid:
55
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
50
+ object { attributes ? , root ? , minimize ? , esModule ? }"
56
51
`;
57
52
58
53
exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
59
54
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
60
55
- options has an unknown property 'unknown'. These properties are valid:
61
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
56
+ object { attributes ? , root ? , minimize ? , esModule ? }"
62
57
`;
63
58
64
59
exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
65
60
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
66
61
- options has an unknown property 'unknown'. These properties are valid:
67
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
62
+ object { attributes ? , root ? , minimize ? , esModule ? }"
68
63
`;
69
64
70
65
exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
71
66
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
72
67
- options has an unknown property 'unknown'. These properties are valid:
73
- object { attributes ? , root ? , interpolate ? , minimize ? , esModule ? }"
68
+ object { attributes ? , root ? , minimize ? , esModule ? }"
74
69
`;
0 commit comments