MCPcopy
hub / github.com/Pythagora-io/pythagora / isJSONObject.test.js

File isJSONObject.test.js

pythagora_tests/unit/src/utils/common/isJSONObject.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isJSONObjectFunction · 0.85

Tested by

no test coverage detected