soda-test
Version:
Package for Unit and API tests
5 lines • 707 B
TypeScript
export { context, it, comment, pending, before, after, beforeEach, afterEach, describe, spy, stub, global, importPrivate, useFakeTimers, createStub, createAggregation, rewire, expect, request, SinonSpy, SinonStub, SinonSandbox, SinonFakeTimers, FakeTimerInstallOpts, sandbox, Done, Rewire, TR, PTR, CreatableClass } from './test-lib';
export { TestBed, ComponentFixture, SodaFixture, SodaDebugElement, CommonEvents, fixture, component, addEvents } from './test-lib/testbed';
export { createAggregation as createAgrigation } from './test-lib'; // temporaray for backword competability
export { testStep, testCase, stepMethod } from './test-lib/testCase';
export const environment: {[key: string]: string}