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
import _ from 'lodash';
const someObj = {
fn: (onClick=_.noop) {
/* do something */
onClick();
}
}
When running this in certain environments (specifically jest with --coverage flag), this code sample result in TypeError: Cannot read property 'noop' of undefined
When running this in certain environments (specifically jest with --coverage flag), this code sample result in
TypeError: Cannot read property 'noop' of undefinedThis started happening when I added this plugin