UNPKG

ember-cli-testdouble

Version:
16 lines (12 loc) 319 B
/* eslint-env node */ 'use strict'; module.exports = { normalizeEntityName: function() { // this prevents an error when the entityName is // not specified (since that doesn't actually matter // to us }, afterInstall: function() { return this.addPackageToProject('testdouble', '^3.0.0'); } };