mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
12 lines
279 B
JavaScript
12 lines
279 B
JavaScript
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');
|
|
});
|
|
});
|