We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e956 commit 1cff5f1Copy full SHA for 1cff5f1
tests/test_ExtractExample.mjs
@@ -1,5 +1,5 @@
1
import { expect } from "chai"; // Importing expect directly from chai
2
-import SmartySDK from "../index.mjs"; // Importing SmartySDK
+import SmartySDK from "../dist/esm/index.mjs"; // Importing SmartySDK
3
4
describe("Extract example test", () => {
5
const authId = "";
tests/us_street/test_Client.js
@@ -1,7 +1,6 @@
const chai = require("chai");
const expect = chai.expect;
const Client = require("../../src/us_street/Client");
-const ClientBuilder = require("../../src/ClientBuilder");
const Lookup = require("../../src/us_street/Lookup");
6
const Candidate = require("../../src/us_street/Candidate");
7
const Batch = require("../../src/Batch");
0 commit comments