diff --git a/test/sortable.e2e.nested.spec.js b/test/sortable.e2e.nested.spec.js index 247a17a..13ad01d 100644 --- a/test/sortable.e2e.nested.spec.js +++ b/test/sortable.e2e.nested.spec.js @@ -24,8 +24,8 @@ describe('uiSortable', function() { })); afterEach(function() { - // host.remove(); - // host = null; + host.remove(); + host = null; }); it('should update model when sorting between nested sortables', function() {