palladians / pallad

Detected empty functions JS-0321
Anti-pattern
Minor
a month ago2 months old
 29export class VaultService implements IVaultService {
 30  private static instance: VaultService
 31
 32  private constructor() {} 33
 34  public static getInstance() {
 35    if (!VaultService.instance) {
 12  let instance: SessionKeyAgentBase
 13  let networkType: Mina.NetworkType
 14
 15  beforeEach(async () => {}) 16
 17  describe("Mina KeyAgent", () => {
 18    beforeEach(() => {