cic-staff-client/src/app/_helpers/pgp-key-store.spec.ts

8 lines
202 B
TypeScript

import { MutablePgpKeyStore } from '@app/_helpers/pgp-key-store';
describe('PgpKeyStore', () => {
it('should create an instance', () => {
expect(new MutablePgpKeyStore()).toBeTruthy();
});
});