use same http client in ImportCocoonRDF and define version 0.22
import{arrayIndex}from'app-client/helpers/array-index';import{module,test}from'qunit';module('Unit | Helper | array index');// Replace this with your real tests.test('it works',function(assert){letresult=arrayIndex([42]);assert.ok(result);});