MCPcopy Create free account
hub / github.com/dresende/node-orm2 / evaluate

Function evaluate

test/integration/drivers/postgres_spec.js:289–292  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

287 describe("#propertyToValue", function () {
288 describe("type object", function () {
289 function evaluate (input) {
290 var driver = new Driver({}, {}, {});
291 return driver.propertyToValue(input, { type: 'object' });
292 }
293
294 it("should not change null", function () {
295 should.strictEqual(evaluate(null), null);

Callers 1

postgres_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected