From da9ebb3402085e5d84e6b690fc7700b58ac61b4a Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Tue, 13 Aug 2024 17:34:00 -0700 Subject: [PATCH] ok --- .changeset/many-ravens-cry.md | 3 +-- vitest.config.ts | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.changeset/many-ravens-cry.md b/.changeset/many-ravens-cry.md index d4a4969d1a..5e8fc2d2c7 100644 --- a/.changeset/many-ravens-cry.md +++ b/.changeset/many-ravens-cry.md @@ -2,5 +2,4 @@ "@coinbase/onchainkit": patch --- --**chore**: Add testing to Transaction Toast. By @cpcramer #1023 --**chore**: Add Connect Wallet tests and refactor to use Vitest. By @cpcramer #1036 +- **feat**: introduced `onStatus` listener, to help expose the internal `Transaction`'s component lifecycle. By @zizzamia #1034 diff --git a/vitest.config.ts b/vitest.config.ts index 32a29fcbbe..03347a424a 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -22,10 +22,10 @@ export default defineConfig({ ], reportOnFailure: true, thresholds: { - statements: 99.42, - branches: 98.62, - functions: 96.71, - lines: 99.42, + statements: 99.43, + branches: 98.63, + functions: 96.72, + lines: 99.43, }, }, environment: 'jsdom',