riya_business_travel_8.0.0_.../public/test/lib/common.ts
venbatechnologies@gmail.com 565484c22d Modified initial commit
2021-07-05 14:17:23 +05:30

16 lines
421 B
TypeScript

const _global = window as any;
const beforeEach = _global.beforeEach;
const afterEach = _global.afterEach;
const before = _global.before;
const describe = _global.describe;
const it = _global.it;
const sinon = _global.sinon;
const expect = _global.expect;
const angularMocks = {
module: _global.module,
inject: _global.inject,
};
export { beforeEach, afterEach, before, describe, it, sinon, expect, angularMocks };