UNPKG

generator-sails-rest-api

Version:

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

19 lines (15 loc) 337 B
"use strict"; const assert = require('chai').assert; const sinon = require('sinon'); const Response = require('../../../api/responses/<%= name %>'); const context = { res: { status: sinon.spy(), jsonx: sinon.spy() } }; describe('responses:<%= name %>', () => { it('Should be tested', () => { assert(false); }) });