UNPKG

waterline-rabbitmq-simple

Version:

rabbitmq adapter for sails/waterline, removed a lot of functionality from sails-rabbitmq

10 lines (7 loc) 190 B
const assert = require('assert') describe('semantic', () => { it('should register models in the waterline ontology', () => { assert(models.message) assert(models.stream) }) })