Skip to content

Commit

Permalink
test: add ExpectType for X509CRL.getRevCertArray()
Browse files Browse the repository at this point in the history
  • Loading branch information
bindon committed Apr 29, 2024
1 parent be1191c commit 0d9ff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/jsrsasign/jsrsasign-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ODI4MDQ1MTI5WjANBgkqhkiG9w0BAQQFAANBAJorY7DUJ91uthNlAA+PT6zw6rVo
uZLFeYZPNVXgF217YOCtJtKDT+16bR5kgk0p/1xIbgReshjMNTmXPqARNjE=
-----END X509 CRL-----`);
x509crl.getIssuer();
x509crl.getRevCertArray();
x509crl.getRevCertArray(); // $ExpectType RevokedCertificate[] | null
x509crl.findRevCert(PEM_CERTIFICATE);
x509crl.findRevCertBySN("0000");
x509crl.getParam();

0 comments on commit 0d9ff3e

Please sign in to comment.