| 1 | describe("isJSONObject", () => { |
| 2 | test("should return true for an empty object", () => { |
| 3 | const { isJSONObject } = require("../../../../../src/utils/common.js"); |
| 4 | expect(isJSONObject({})).toBeTruthy(); |
nothing calls this directly
no test coverage detected