Skip to content

Commit

Permalink
Merge pull request #92 from velocitycareerlabs/VL-7981-proof
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
michaelavoyan authored Jun 3, 2024
2 parents f48b16f + 711fe98 commit b88ea05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/sdk/test/RunSdkInitialization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { VCLCryptoServicesDescriptor, VCLEnvironment, VCLInitializationDescriptor, VCLProvider, VCL } from "../src";
import VCLXVnfProtocolVersion from "../src/api/VCLXVnfProtocolVersion";
import { KeyServiceMock } from "./infrastructure/resources/key/KeyServiceMock";
import { JwtSignServiceMock } from "./infrastructure/resources/jwt/JwtSignServiceMock";
import { JwtVerifyServiceMock } from "./infrastructure/resources/jwt/JwtVerifyServiceMock";
import { expect } from "@jest/globals";
import { VCLImpl } from "../src/impl/VCLImpl";
import { VCLProvider } from "../src";

describe('GlobalConfigTest', () => {
it('sdk should be initialized successfully', async () => {
Expand Down

0 comments on commit b88ea05

Please sign in to comment.