In the serialized document the lan files id 'languages' and not 'language'
import{author}from'app-client/helpers/author';import{module,test}from'qunit';module('Unit | Helper | author');// Replace this with your real tests.test('it works',function(assert){letresult=author([42]);assert.ok(result);});