mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
added all user certificates
This commit is contained in:
parent
fdb8c7c136
commit
bf3be501a1
@ -53,7 +53,7 @@ const executionFlow = {
|
|||||||
window.cadesplugin.__defineExecutionFlow(executionFlow);
|
window.cadesplugin.__defineExecutionFlow(executionFlow);
|
||||||
window.cadesplugin.CreateObjectAsync.mockImplementation(() => executionSteps[0]);
|
window.cadesplugin.CreateObjectAsync.mockImplementation(() => executionSteps[0]);
|
||||||
|
|
||||||
describe('getUserCertificates', () => {
|
describe('getAllUserCertificates', () => {
|
||||||
test('returns certificates list', async () => {
|
test('returns certificates list', async () => {
|
||||||
const certificates = await getAllUserCertificates();
|
const certificates = await getAllUserCertificates();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user