UNPKG

waterline-postgresql

Version:
11 lines (8 loc) 270 B
var helper = require(__dirname + "/test-helper"); test('passes connection notification', function() { var client = helper.client(); assert.emits(client, 'notice', function(msg) { assert.equal(msg, "HAY!!"); }) client.connection.emit('notice', "HAY!!"); })