Skip to content

Commit

Permalink
Fixed cleaning for specs menu
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Mar 24, 2015
1 parent 6bf3813 commit 57520e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.blocks/menu/menu.spec.js
Expand Up @@ -65,6 +65,7 @@ describe('menu', function() {

afterEach(function() {
BEMDOM.destruct(menu.domElem);
BEMDOM.destruct(menu2.domElem);
});

describe('disable', function() {
Expand Down

0 comments on commit 57520e6

Please sign in to comment.