feat: init

This commit is contained in:
2025-01-30 20:02:28 +08:00
parent da0d9855da
commit 1785df25e2
125 changed files with 8601 additions and 4725 deletions

View File

@@ -1,5 +1,6 @@
import { TestBed, waitForAsync } from '@angular/core/testing';
import { TestBed } from '@/testing';
import { base64url } from 'rfc4648';
import { vi } from 'vitest';
import { CryptoService } from '../utils/crypto/crypto.service';
import { JwkWindowCryptoService } from './jwk-window-crypto.service';
@@ -43,9 +44,9 @@ describe('JwkWindowCryptoService', () => {
});
});
beforeEach(waitForAsync(() => {
beforeEach(async () => {
service = TestBed.inject(JwkWindowCryptoService);
}));
});
it('should create', () => {
expect(service).toBeTruthy();