Favours single line variable declarations.
This commit is contained in:
parent
ce45862e75
commit
11b5c76512
@ -1438,13 +1438,13 @@ describe("InsuranceController", () =>
|
|||||||
|
|
||||||
describe("insure", () =>
|
describe("insure", () =>
|
||||||
{
|
{
|
||||||
let pmcData: any,
|
let pmcData: any;
|
||||||
body: any,
|
let body: any;
|
||||||
sessionId: string,
|
let sessionId: string;
|
||||||
insuranceController: any,
|
let insuranceController: any;
|
||||||
mockGetPremium: any,
|
let mockGetPremium: any;
|
||||||
mockPayMoney: any,
|
let mockPayMoney: any;
|
||||||
mockGetOutput: any;
|
let mockGetOutput: any;
|
||||||
|
|
||||||
beforeEach(() =>
|
beforeEach(() =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user