Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Secreto31126 authored Dec 20, 2024
1 parent aeac170 commit e142840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { spy as sinon_spy, assert as sinon_assert } from "sinon";
import { describe, it, beforeEach, afterEach } from "node:test";

// Import the module
import { WhatsAppAPI } from "../lib/esm/middleware/node-http.js";
import { DEFAULT_API_VERSION } from "../lib/esm/types.js";
import { Text } from "../lib/esm/messages/text.js";
import { WhatsAppAPI } from "../lib/middleware/node-http.js";
import { DEFAULT_API_VERSION } from "../lib/types.js";
import { Text } from "../lib/messages/text.js";

// Mock the https requests
import { agent, clientFacebook, clientExample } from "./server.mocks.js";
Expand Down

0 comments on commit e142840

Please sign in to comment.