mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-07-16 15:42:57 +00:00
Update metadata
This commit is contained in:
4
node_modules/jest-circus/build/eventHandler.js
generated
vendored
4
node_modules/jest-circus/build/eventHandler.js
generated
vendored
@@ -49,9 +49,7 @@ const eventHandler = (event, state) => {
|
||||
|
||||
if (!(0, _utils.describeBlockHasTests)(currentDescribeBlock)) {
|
||||
currentDescribeBlock.hooks.forEach(hook => {
|
||||
hook.asyncError.message = `Invalid: ${
|
||||
hook.type
|
||||
}() may not be used in a describe block containing no tests.`;
|
||||
hook.asyncError.message = `Invalid: ${hook.type}() may not be used in a describe block containing no tests.`;
|
||||
state.unhandledErrors.push(hook.asyncError);
|
||||
});
|
||||
} // inherit mode from its parent describe but
|
||||
|
||||
Reference in New Issue
Block a user