From 0163b5b3e3f6be690206d8899b8df9d8ccd55240 Mon Sep 17 00:00:00 2001 From: Varun0157 Date: Sat, 11 May 2024 20:00:26 +0530 Subject: [PATCH] format: reformatting explicitly w prettier --- src/runTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runTests.ts b/src/runTests.ts index 00fd56e..1103a69 100644 --- a/src/runTests.ts +++ b/src/runTests.ts @@ -67,7 +67,7 @@ function getValueForJSONTests(responseContent: object, key: string): any { function runObjectTests( opVals: { [key: string]: any }, receivedObject: any, - spec: string + spec: string, ): TestResult[] { let results: TestResult[] = [];