Skip to content

Commit

Permalink
tree unit test: Uncomment afterEach now that the test is verified
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Mar 11, 2014
1 parent cecd28e commit ccfd5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/intern/plugins/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ define([

test.suite("tree + observable", function(){
test.beforeEach(createGrid);
//test.afterEach(destroyGrid);
test.afterEach(destroyGrid);

test.test("child modification", function(){
return expand(grid, 0).then(function(){
Expand Down

0 comments on commit ccfd5be

Please sign in to comment.