UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

13 lines (10 loc) 298 B
/*jshint node:true*/ var testInfo = require('ember-cli-test-info'); module.exports = { description: 'Generates an ember-data adapter unit test', locals: function(options) { return { friendlyTestDescription: testInfo.description(options.entity.name, "Unit", "Adapter") }; } };