0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Update htpasswd.passwords.test.ts

This commit is contained in:
Juan Picado 2024-10-07 07:57:41 +02:00
parent 0c9d8d3e3c
commit 0ed8959d58

View file

@ -69,7 +69,7 @@ describe('HTPasswd', () => {
}); });
}); });
test.only('changePassword - it should change password', async () => { test('changePassword - it should change password', async () => {
let dataToWrite: any; let dataToWrite: any;
vi.doMock('fs', async (importOriginal) => { vi.doMock('fs', async (importOriginal) => {
return { return {