test: md5
This commit is contained in:
parent
58f0333cca
commit
8741a2bc24
|
|
@ -0,0 +1,7 @@
|
|||
const md5 = require('../lib/utils/md5');
|
||||
|
||||
describe('md5', () => {
|
||||
it('md5 RSSHub', async () => {
|
||||
expect(md5('RSSHub')).toBe('3187d745ec5983413e4f0dce3900d92d');
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue