Skip to content

Commit

Permalink
test: clean up imports in DefaultCertificateStorageHandler.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 7, 2025
1 parent ed45dca commit e71359a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/doc/src/cms/DefaultCertificateStorageHandler.spec.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import * as x509 from "@peculiar/x509";
import * as pkijs from "pkijs";
import "./algorithms";
import { CRL } from "./CRL";
import { DefaultCertificateStorageHandler } from "./DefaultCertificateStorageHandler";
import { Convert } from "pvtsutils";
import {
CertificateID,
CRL,
DefaultCertificateStorageHandler,
ICertificateStorageHandler,
IResult,
IsTrustedResult,
OCSP,
RevocationType
} from "./ICertificateStorageHandler";
import { OCSP } from "./OCSP";
import { Convert } from "pvtsutils";
import { CertificateID } from "./CertID";
} from "@peculiar/pdf-doc";

describe("DefaultCertificateStorageHandler", () => {
beforeAll(() => {
Expand Down

0 comments on commit e71359a

Please sign in to comment.