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 +})