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 509fba8 commit 95deab0Copy full SHA for 95deab0
src/__tests__/webhooks/transferWebhook.spec.ts
@@ -2,7 +2,6 @@ import { EstimationTrackingData } from "../../typings/transferWebhooks/estimatio
2
import { TransferWebhooksHandler } from "../../typings/transferWebhooks/transferWebhooksHandler";
3
4
describe("Transfer Webhook Serialization", (): void => {
5
- // disabling temporarily (must address oneOf deserialization issue)
6
test("should correctly deserialize union types in transfer webhooks", () => {
7
// Simplest possible webhook with just the fields we need to test
8
const webhookData = {
0 commit comments