cms/app-client/tests/unit/helpers/if-operator-test.js
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 11:14:41 +0100
changeset 391 4f6118afabee
parent 246 5b7ae96768be
permissions -rw-r--r--
Carto improvement: - add count on hover, - carto filter use geonames id resolution - geonames id in filter

import { ifOperator } from 'app-client/helpers/if-operator';
import { module, test } from 'qunit';

module('Unit | Helper | if operator');

// Replace this with your real tests.
test('it works', function(assert) {
  let result = ifOperator([42]);
  assert.ok(result);
});