We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a871b commit 1bcf41cCopy full SHA for 1bcf41c
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/breadcrumbs.test.js
@@ -13,7 +13,6 @@ define([
13
14
var injector = new Squire(),
15
widget,
16
- parentWidget,
17
menuContainer,
18
mocks = {
19
'Magento_Theme/js/model/breadcrumb-list': jasmine.createSpyObj(['push'])
@@ -44,7 +43,6 @@ define([
44
43
'Magento_Theme/js/view/breadcrumbs'
45
], function (mixin, breadcrumb) {
46
widget = mixin(breadcrumb);
47
- parentWidget = breadcrumb;
48
done();
49
}
50
);
0 commit comments