Skip to content

Commit

Permalink
test: 🚨 deactivating client tests until meta validates my account
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNicolau committed May 27, 2024
1 parent 1d8ebff commit 6bf583c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const webhookBodyFields: {
type: "text",
from: "",
id: "32",
timestamp: 21,
timestamp: "21",
text: {
body: "Hi",
},
Expand All @@ -49,7 +49,7 @@ export const webhookBodyFields: {
type: "audio",
from: "",
id: "32",
timestamp: 21,
timestamp: "21",
text: {
body: "Hi",
},
Expand All @@ -70,7 +70,7 @@ export const webhookBodyFields: {
biz_opaque_callback_data: "",
recipient_id: "",
status: "read",
timestamp: 465,
timestamp: "465",
},
error: { code: 2, title: "ERR", message: "ERR", error_data: { details: "" } },
};
Expand Down
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ module.exports = {
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
modulePathIgnorePatterns: ["dist/"],
testPathIgnorePatterns: ["__tests__/client.test.ts"],
};

0 comments on commit 6bf583c

Please sign in to comment.