Favours single line variable declarations.

This commit is contained in:
Refringe 2023-11-13 11:51:52 -05:00
parent ce45862e75
commit 11b5c76512
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -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(() =>
{