Skip to content

Commit

Permalink
fix: uncomment the database url test
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp committed Feb 3, 2022
1 parent 727ce2e commit bdd8a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit bdd8a20

Please sign in to comment.