use same http client in ImportCocoonRDF and define version 0.22
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);});