mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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);
|
||||
expect(isValid).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
describe('invalidatePassword', () => {
|
||||
test('Compares password with hash', async () => {
|
||||
const password = 'pcw123';
|
||||
const password2 = 'pcs1234';
|
||||
|
Loading…
x
Reference in New Issue
Block a user