UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

14 lines (13 loc) 1.2 kB
export { TESTING_ARRAY_BIGINT, TESTING_ARRAY_BOOLEAN, TESTING_ARRAY_CLASS, TESTING_ARRAY_FUNCTION, TESTING_ARRAY_NULL, TESTING_ARRAY_NUMBER, TESTING_ARRAY_OBJECT_ONE, TESTING_ARRAY_STRING, TESTING_ARRAY_SYMBOL_NUMBER, TESTING_ARRAY_SYMBOL_STRING, TESTING_ARRAY_UNDEFINED, } from './array.const'; export { TESTING_BIGINT } from './big-int.const'; export { TESTING_FALSE, TESTING_FALSE_INSTANCE, TESTING_TRUE, TESTING_TRUE_INSTANCE, } from './boolean.const'; export { TESTING_CLASS, TESTING_PERSON, TestingClass, TestingPerson, } from './class.const'; export { TESTING_DATE } from './date.const'; export { TESTING_FUNCTION, TESTING_FUNCTION_CONSTRUCTOR, TESTING_FUNCTION_CONSTRUCTOR_PERSON, } from './function.const'; export { TESTING_NULL } from './null.const'; export { TESTING_NUMBER, TESTING_NUMBER_CONSTRUCTOR, TESTING_NUMBER_INSTANCE, } from './number.const'; export { TESTING_OBJECT } from './object.const'; export { TESTING_REGEXP } from './regexp.const'; export { TESTING_STRING, TESTING_STRING_CONSTRUCTOR, TESTING_STRING_INSTANCE, } from './string.const'; export { TESTING_SYMBOL_NUMBER, TESTING_SYMBOL_STRING } from './symbol.const'; export { TESTING_UNDEFINED } from './undefined.const';