Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

PG Promise Helpers Stubbing

node v6.17.1
version: master
endpointsharetweet
const pgp = require('pg-promise')({ noLocking: true }); const db = pgp('test'); const sinonSandbox = require('sinon@3.2.1').createSandbox(); sinonSandbox.spy(db.$config.pgp.helpers, 'insert');
Loading…

no comments

    sign in to comment