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