aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/AngularSpec.js')
-rw-r--r--test/AngularSpec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js
index 6733a7ab..f5a202fe 100644
--- a/test/AngularSpec.js
+++ b/test/AngularSpec.js
@@ -10,6 +10,7 @@ describe('Angular', function(){
scope.$init();
scope.$eval();
expect(onUpdateView).wasCalled();
+ dealoc(scope);
});
});