From 3cbcd8151d879c2748403220b6594fa6edb8dd1d Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 9 Jul 2014 00:20:37 +0300 Subject: [PATCH] test(sortable.e2e.nested.spec): uncomment afterEach statements --- test/sortable.e2e.nested.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {