From 32b57c6ccb7c9affb98c880ed3cef6433e407ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Wed, 4 Sep 2024 09:28:23 -0300 Subject: [PATCH] tests: ts-ignore -> ts-expect-error --- packages/daemon/__tests__/utils/wallet.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/daemon/__tests__/utils/wallet.test.ts b/packages/daemon/__tests__/utils/wallet.test.ts index 92d19011..4d60c86e 100644 --- a/packages/daemon/__tests__/utils/wallet.test.ts +++ b/packages/daemon/__tests__/utils/wallet.test.ts @@ -18,7 +18,7 @@ describe('prepareOutputs', () => { value: 1, token_data: 0, script: 'OmlwZnM6Ly9pcGZzL1FtTlJtNmhRUDN2MlVMclVOZTJQTTY4V1dRb2EyUmVwY1IxejVUVVdWZmd0bzGs', - // @ts-ignore: This type is wrong, we should allow null here in the type + // @ts-expect-error: This type is wrong, we should allow null here in the type decoded: null }, { value: 2116,