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