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
'The "verifyConditions" plugin, if defined, must be a single or an array of plugins definition. A plugin definition is either a string or an object with a path property.'
138
140
);
141
+
t.is(errors[1].name,'SemanticReleaseError');
142
+
t.is(errors[1].code,'EPLUGINCONF');
143
+
t.is(
144
+
errors[1].message,
145
+
'The "verifyRelease" plugin, if defined, must be a single or an array of plugins definition. A plugin definition is either a string or an object with a path property.'
146
+
);
139
147
});
140
148
141
149
test('Throw an error if an array of plugin configuration is missing a path for plugin pipeline',t=>{
'The "verifyConditions" plugin, if defined, must be a single or an array of plugins definition. A plugin definition is either a string or an object with a path property.'
0 commit comments