Skip to content

Commit 1cff5f1

Browse files
committed
updates path for SmartySDK
1 parent 1c7e956 commit 1cff5f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_ExtractExample.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect } from "chai"; // Importing expect directly from chai
2-
import SmartySDK from "../index.mjs"; // Importing SmartySDK
2+
import SmartySDK from "../dist/esm/index.mjs"; // Importing SmartySDK
33

44
describe("Extract example test", () => {
55
const authId = "";

tests/us_street/test_Client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const chai = require("chai");
22
const expect = chai.expect;
33
const Client = require("../../src/us_street/Client");
4-
const ClientBuilder = require("../../src/ClientBuilder");
54
const Lookup = require("../../src/us_street/Lookup");
65
const Candidate = require("../../src/us_street/Candidate");
76
const Batch = require("../../src/Batch");

0 commit comments

Comments
 (0)