mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
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');
|
|
});
|
|
});
|