cms/app-client/tests/unit/helpers/if-and-test.js
author ymh <ymh.work@gmail.com>
Mon, 14 Nov 2016 16:32:35 +0100
changeset 420 d6edcdb5a22b
parent 214 9bff007eb03c
permissions -rw-r--r--
set share link color to black

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);
});