cms/app-client/tests/unit/helpers/if-and-test.js
author ymh <ymh.work@gmail.com>
Sun, 02 Oct 2016 16:50:11 +0200
changeset 309 6ab16926b675
parent 214 9bff007eb03c
permissions -rw-r--r--
update maps to use geonames ids

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