Correct problem in spaqrl client in php 56 + add line numbering in result table
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);});