refactor(facade): remove dependency to rtts_assert

Closes #593
This commit is contained in:
Marc Laval
2015-02-10 07:39:29 +01:00
parent 6d8ccaa8e4
commit 0499eeb231
9 changed files with 15 additions and 16 deletions

View File

@ -1,7 +1,7 @@
import {describe, it, iit, ddescribe, expect, tick, async, SpyObject, beforeEach} from 'angular2/test_lib';
import {describe, it, iit, ddescribe, expect, tick, async, SpyObject, beforeEach, proxy} from 'angular2/test_lib';
import {MapWrapper, ListWrapper} from 'angular2/src/facade/collection';
import {PromiseWrapper} from 'angular2/src/facade/async';
import {IMPLEMENTS, proxy} from 'angular2/src/facade/lang';
import {IMPLEMENTS} from 'angular2/src/facade/lang';
class TestObj {
prop;