UNPKG

ember-cli-fastboot-testing

Version:

Test your FastBoot-rendered HTML alongside your application's tests.

9 lines (7 loc) • 176 B
/* eslint-env node */ module.exports = { description: 'A test that runs against fastboot generated html', normalizeEntityName(entityName) { return entityName; }, };