12 lines
241 B
JavaScript
12 lines
241 B
JavaScript
import preenUserHistory from '../../common/script/preenUserHistory';
|
|
|
|
describe('preenUserHistory', () => {
|
|
describe('preen tasks history', () => {
|
|
it('works');
|
|
});
|
|
|
|
describe('preen user history', () => {
|
|
it('works');
|
|
});
|
|
});
|