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

Function valueToProperty

test/integration/drivers/sqlite_spec.js:226–228  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

224 describe("numbers", function () {
225 describe("floats", function () {
226 function valueToProperty (value) {
227 return driver.valueToProperty(value, { type: 'number' });
228 }
229
230 it("should pass on empty string", function () {
231 should.strictEqual(valueToProperty(''), '');

Callers 1

sqlite_spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected