Files
habitica/test/common/preenUserHistory.test.js
2016-01-08 17:47:08 +01:00

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');
});
});