chore(tools): remove rtts from the repo.

Closes #4107
This commit is contained in:
Rado Kirov
2015-09-09 19:00:22 -07:00
committed by Rado Kirov
parent 6a4a8a60ab
commit 63141ab9ab
15 changed files with 8 additions and 848 deletions

View File

@ -125,8 +125,7 @@ export function main() {
() => { expect(() => spyObj.someFunc()).not.toThrow(); });
it('should create a default spy that does not fail for numbers', () => {
// Need to return null instead of undefined so that rtts assert does
// not fail...
// Previously needed for rtts_assert. Revisit this behavior.
expect(spyObj.someFunc()).toBe(null);
});
});