UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

13 lines (12 loc) 774 B
export { TestingTo } from './testing-to.class'; export { TestingToBe } from './testing-to-be.class'; export { TestingToBeArrayOf } from './testing-to-be-array-of.class'; export { TestingToBeBoolean } from './testing-to-be-boolean.class'; export { TestingToBeGreaterThan } from './testing-to-be-greater-than.class'; export { TestingToBeInstanceOf } from './testing-to-be-instanceof.class'; export { TestingToBeLessThan } from './testing-to-be-less-than.class'; export { TestingToBeNumber } from './testing-to-be-number.class'; export { TestingToBeObject } from './testing-to-be-object.class'; export { TestingToBeString } from './testing-to-be-string.class'; export { TestingToHave } from './testing-to-have.class'; export { TestingToThrow } from './testing-to-throw.class';