UNPKG

generator-sails-rest-api

Version:

Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features

11 lines (8 loc) 253 B
"use strict"; const assert = require('chai').assert; const PusherService = require('../../../api/services/PusherService'); describe('services:PusherService', () => { it('Should properly export', () => { assert.isObject(PusherService); }); });