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