cleanup(change_detection): moved pipes-related tests to the pipes dir

This commit is contained in:
vsavkin 2015-04-19 12:43:56 -07:00
parent 681d06386d
commit 2d929e73ec
3 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ import {IterableChanges} from 'angular2/src/change_detection/pipes/iterable_chan
import {NumberWrapper} from 'angular2/src/facade/lang';
import {ListWrapper, MapWrapper} from 'angular2/src/facade/collection';
import {TestIterable} from './iterable';
import {iterableChangesAsString} from './util';
import {TestIterable} from '../iterable';
import {iterableChangesAsString} from '../util';
// todo(vicb): UnmodifiableListView / frozen object when implemented
export function main() {

View File

@ -2,7 +2,7 @@ import {describe, it, iit, xit, expect, beforeEach, afterEach} from 'angular2/te
import {KeyValueChanges} from 'angular2/src/change_detection/pipes/keyvalue_changes';
import {NumberWrapper, isJsObject} from 'angular2/src/facade/lang';
import {MapWrapper} from 'angular2/src/facade/collection';
import {kvChangesAsString} from './util';
import {kvChangesAsString} from '../util';
// todo(vicb): Update the code & tests for object equality
export function main() {