UNPKG

dipswitch-postgres

Version:
5 lines (3 loc) 191 B
var createStore = require('./index') var tests = require('dipswitch/test') tests({ store: createStore(process.env.DATABASE_URL || 'postgres://postgres@localhost/dipswitch_postgres_test') })