cms/app-client/tests/unit/helpers/if-and-test.js
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 14:20:57 +0100
changeset 403 cbd92ebb8c67
parent 214 9bff007eb03c
permissions -rw-r--r--
Added tag 0.0.8 for changeset e182294ca4ae

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) {
  let result = ifAnd([42]);
  assert.ok(result);
});