diff --git a/lib/jasmine-flight.js b/lib/jasmine-flight.js index 0aee637..cfbb70d 100644 --- a/lib/jasmine-flight.js +++ b/lib/jasmine-flight.js @@ -109,9 +109,9 @@ } // reset local member variables - this.component.teardown(); this.component = null; this.Component = null; + defineComponent.teardownAll(); done(); });