@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
9 lines (8 loc) • 608 B
TypeScript
export { TestingExpectTo } from './testing-expect-to.class';
export { TestingExpectToBe } from './testing-expect-to-be.class';
export { TestingExpectToBeArrayOf } from './testing-expect-to-be-arrayof.class';
export { TestingExpectToBeInstanceOf } from './testing-expect-to-be-instanceof.class';
export { TestingExpectToHave } from './testing-expect-to-have.class';
export { TestingExpectToHaveBeen } from './testing-expect-to-have-been.class';
export { TestingExpectToHaveBeenCalled } from './testing-expect-to-have-been-called.class';
export { TestingExpectToThrow } from './testing-expect-to-throw.class';