cms/app-client/tests/unit/helpers/if-and-test.js
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 18:07:53 +0200
changeset 346 4cd0f8c936ed
parent 214 9bff007eb03c
permissions -rw-r--r--
upgrade build and delivery process for integration

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