From bdd8a207aee7bbc2e3c553548ac30bd1d701e90f Mon Sep 17 00:00:00 2001 From: Gwynn DP Date: Wed, 2 Feb 2022 16:07:58 -0800 Subject: [PATCH] fix: uncomment the database url test --- knexfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knexfile.js b/knexfile.js index ee62b9a..d78f5ef 100644 --- a/knexfile.js +++ b/knexfile.js @@ -3,7 +3,7 @@ const expect = require('expect-runtime'); const connection = require('./config/config').connectionString; console.log('connection', connection); -// expect(connection).to.match(/^postgresql:\//); +expect(connection).to.match(/^postgresql:\//); module.exports = { development: {