server/bo_client/tests/unit/helpers/add-one-test.js
author nowmad@nowmads-macbook-pro.local
Fri, 11 Dec 2015 13:13:47 +0100
changeset 51 70dff07a76ff
parent 20 a9b98b16b053
permissions -rw-r--r--
add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter

import { addOne } from '../../../helpers/add-one';
import { module, test } from 'qunit';

module('Unit | Helper | add one');

// Replace this with your real tests.
test('it works', function(assert) {
  let result = addOne(42);
  assert.equal(result, 43);
});