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:
parent
0c9d8d3e3c
commit
0ed8959d58
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue