Skip to content

Commit

Permalink
Update ImportTest.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Apr 25, 2024
1 parent b0a298d commit bd62b15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/sample-server/test/ImportTest.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// import VCLEnvironment from "@velocitycareerlabs/vnf-nodejs-wallet-sdk";
import VCLEnvironment from "@velocitycareerlabs/vnf-nodejs-wallet-sdk/src/api/VCLEnvironment";

// describe("Imports Test", () => {
describe("Imports Test", () => {

// test("testEnvironment", async () => {
test("testEnvironment", async () => {

// expect(VCLEnvironment.DEV).toBeDefined();
// });
// });
expect(VCLEnvironment.DEV).toBeDefined();
});
});

0 comments on commit bd62b15

Please sign in to comment.