test: add example test for change_detection

This commit is contained in:
Misko Hevery
2014-10-01 22:05:46 -07:00
parent 78d758b4bb
commit f9923ea7db
4 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,8 @@
import {WatchGroup} from './watch_group';
import {Record} from './record';
import {ProtoWatchGrou, WatchGroup} from './watch_group';
import {ProtoRecord, Record} from './record';
import {FIELD} from 'facade/lang';
export * from './record';
export * from './watch_group'
export class ChangeDetection {