UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

10 lines (9 loc) 617 B
export { TestingItTo } from './testing-it-to.class'; export { TestingItToBe } from './testing-it-to-be.class'; export { TestingItToBeArrayOf } from './testing-it-to-be-arrayof.class'; export { TestingItToBeBoolean } from './testing-it-to-be-boolean.class'; export { TestingItToBeInstanceOf } from './testing-it-to-be-instanceof.class'; export { TestingItToHave } from './testing-it-to-have.class'; export { TestingItToHaveBeen } from './testing-it-to-have-been.class'; export { TestingItToHaveBeenCalled } from './testing-it-to-have-been-called.class'; export { TestingItToThrow } from './testing-it-to-throw.class';