begin implementing new preenUserHistory method: port current code to es6 and setup tests

This commit is contained in:
Matteo Pagliazzi
2016-01-07 18:44:25 +01:00
parent 44dd6674d1
commit fdd5ab724a
4 changed files with 81 additions and 75 deletions
+11
View File
@@ -0,0 +1,11 @@
import preenUserHistory from '../../common/script/preenUserHistory'; // eslint-disable-line no-unused-vars
describe('preenUserHistory', () => {
describe('preen tasks history', () => {
it('works');
});
describe('preen user history', () => {
it('works');
});
});