Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8d9b3f7

Browse files
committed
Merge pull request #222 from thgreasi/master
test(sortable.e2e.nested.spec): uncomment afterEach statements
2 parents da50789 + 3cbcd81 commit 8d9b3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sortable.e2e.nested.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ describe('uiSortable', function() {
2424
}));
2525

2626
afterEach(function() {
27-
// host.remove();
28-
// host = null;
27+
host.remove();
28+
host = null;
2929
});
3030

3131
it('should update model when sorting between nested sortables', function() {

0 commit comments

Comments
 (0)