Skip to content

Commit

Permalink
refactor: reformatted w prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed May 28, 2024
1 parent 87e268e commit f07856c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { mergePrefixBasedTests } from "./mergeData";
export function runAllTests(
tests: Tests,
responseData: ResponseData,
stopOnFailure: boolean
stopOnFailure: boolean,
): TestResult[] {
const results: TestResult[] = [];
if (!tests) return results;
Expand Down Expand Up @@ -74,7 +74,7 @@ function getValueForJSONTests(responseContent: object, key: string): any {
function runObjectTests(
opVals: { [key: string]: any },
receivedObject: any,
spec: string
spec: string,
): TestResult[] {
let results: TestResult[] = [];

Expand Down

0 comments on commit f07856c

Please sign in to comment.