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 b06d434 commit d312a17Copy full SHA for d312a17
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
@@ -12,6 +12,7 @@ define(['mage/adminhtml/grid'], function () {
12
13
beforeEach(function () {
14
// Create an instance of varienGrid
15
+ // eslint-disable-next-line no-undef
16
gridInstance = new varienGrid();
17
18
spyOn(gridInstance, 'reload');
0 commit comments