From 1ef2a811a8e9ebb5b1d4621b06231fc5a832f0f0 Mon Sep 17 00:00:00 2001 From: gitku <1507819106@qq.com> Date: Mon, 25 May 2026 23:25:04 +0800 Subject: [PATCH] test: run the full SDK test suite --- src/__tests__/address.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__tests__/address.test.ts b/src/__tests__/address.test.ts index 03da93c..91702e8 100644 --- a/src/__tests__/address.test.ts +++ b/src/__tests__/address.test.ts @@ -1,7 +1,7 @@ import { BitgesellBlockchainSDK } from "../api" // import { sdkConfig } from "./sdkConfig" -describe.only('Address Wrapper class tests', () => { +describe('Address Wrapper class tests', () => { const sdkConfig = { baseAPIURL: 'https://api.bitaps.com/bgl/v1/blockchain', logger: console.log @@ -39,4 +39,4 @@ describe.only('Address Wrapper class tests', () => { }) -}) \ No newline at end of file +})