UNPKG

jasmine-auto-spies

Version:

Create automatic spies from classes in jasmine tests, also for promises and observables

7 lines (6 loc) 347 B
export * from './jasmine-auto-spies.types'; export { ClassSpyConfiguration } from '@hirez_io/auto-spies-core'; export { createSpyFromClass } from './create-spy-from-class'; export { createFunctionSpy } from './create-function-spy'; export { createObservableWithValues } from '@hirez_io/auto-spies-core'; export * from './angular-provider-helper';