UNPKG

ember-cli-test-imagine-api

Version:

Create an Imaginary API in CoffeeScript with a declarative interface and neumonic for resources

15 lines (12 loc) 245 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-cli-test-imagine-api', included: function (app) { if (app.tests) { app.import('bower_components/sinon/index.js', { type: 'test' }); } } };