Skip to content

Commit 4979f61

Browse files
committed
MAGETWO-37598: Cover code w. unit tests
1 parent 10d5906 commit 4979f61

File tree

1 file changed

+0
-6
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/dialog

1 file changed

+0
-6
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/dialog/dialog.test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ define([
1313
var element = $('<div>some element</div>'),
1414
dialog = element.dialog({}).data('mage-dialog');
1515

16-
beforeEach(function () {
17-
});
18-
19-
afterEach(function () {
20-
});
21-
2216
it('Check for dialog definition', function () {
2317
expect(dialog).toBeDefined();
2418
});

0 commit comments

Comments
 (0)