mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 17:29:14 +00:00
move test case to previous story
This commit is contained in:
parent
1e3d6855cc
commit
f36c6d1312
@ -112,9 +112,7 @@ describe('Auth', () => {
|
|||||||
const isValid = await validatePassword(password, hash);
|
const isValid = await validatePassword(password, hash);
|
||||||
expect(isValid).toBe(true);
|
expect(isValid).toBe(true);
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
describe('invalidatePassword', () => {
|
|
||||||
test('Compares password with hash', async () => {
|
test('Compares password with hash', async () => {
|
||||||
const password = 'pcw123';
|
const password = 'pcw123';
|
||||||
const password2 = 'pcs1234';
|
const password2 = 'pcs1234';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user