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