begin implementing new preenUserHistory method: port current code to es6 and setup tests
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user