chore(build): migrated di to TypeScript

This commit is contained in:
vsavkin
2015-04-24 15:19:11 -07:00
parent 649e276610
commit cb87fa0970
22 changed files with 318 additions and 332 deletions

View File

@ -22,6 +22,7 @@ class SpyTestObj extends SpyObject {
noSuchMethod(m){return super.noSuchMethod(m)}
}
export function main() {
describe('test_lib', () => {
describe('equality', () => {