const {{#curly}} I {{/curly}} = inject(); let actionwords;

Before(() => {{#curly}}{{#indent}} actionwords = Object.create(require(‘{{{ relative_path ’./actionwords.js’ }}}‘)).Actionwords;{{/indent}} {{/curly}});

{{#each rendered_children.actionwords as |actionword|}}{{{actionword}}} {{/each}}