refactor(pipes): removed BasePipeTrasnform

Closes #3608
This commit is contained in:
vsavkin
2015-08-12 12:04:54 -07:00
committed by Victor Savkin
parent 839edaa15b
commit 416fd085b1
13 changed files with 21 additions and 52 deletions

View File

@ -73,11 +73,5 @@ export function main() {
});
});
describe("onDestroy", () => {
it("should do nothing when no latest value",
() => { expect(() => pipe.onDestroy()).not.toThrow(); });
});
});
}