diff --git a/tests/path/compliance.test.ts b/tests/path/compliance.test.ts index 20a3dd4..07cb304 100644 --- a/tests/path/compliance.test.ts +++ b/tests/path/compliance.test.ts @@ -23,7 +23,9 @@ const env = new JSONPathEnvironment({ nondeterministic: process.env.JSONP3_CTS_NONDETERMINISTIC === "true", }); -const testSuiteName = env.nondeterministic ? "compliance test suite (nondeterministic)" : "compliance test suite"; +const testSuiteName = env.nondeterministic + ? "compliance test suite (nondeterministic)" + : "compliance test suite"; describe(testSuiteName, () => { test.each(cts.tests)(