You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`validate options should throw an error on the "patterns" option with "[""]" value 1`] =`
@@ -42,18 +42,6 @@ exports[`validate options should throw an error on the "patterns" option with "[
42
42
- options.patterns[0].force should be a boolean."
43
43
`;
44
44
45
-
exports[`validate options should throw an error on the "patterns" option with "[{"from":"test.txt","to":"dir","context":"context","test":true}]" value 1`] =`
46
-
"Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.
exports[`validate options should throw an error on the "patterns" option with "[{"from":"test.txt","to":"dir","context":"context","toType":"foo"}]" value 1`] =`
58
46
"Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.
59
47
- options.patterns[0].toType should be one of these:
@@ -73,7 +61,7 @@ exports[`validate options should throw an error on the "patterns" option with "[
73
61
exports[`validate options should throw an error on the "patterns" option with "[{"from":"test.txt","to":"dir","context":"context"}]" value 1`] =`
74
62
"Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.
0 commit comments