UNPKG

generator-sails-rest-api

Version:

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

12 lines (9 loc) 266 B
"use strict"; const assert = require('chai').assert; const sinon = require('sinon'); const Adapter = require('../../../api/adapters/<%= name %>Adapter'); describe('adapters:<%= name %>Adapter', () => { it('Should be tested', () => { assert(false); }); });