Skip to content

Commit

Permalink
feat: typescript check fix (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Jasuwienas <[email protected]>
  • Loading branch information
arianejasuwienas committed Jan 28, 2025
1 parent f3ad0d8 commit 352ecf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/hts.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ const { strict: assert } = require('assert');
const { expect } = require('chai');
const { Contract, JsonRpcProvider, Wallet /*, getAddress*/ } = require('ethers');
const c = require('ansi-colors');

// @ts-expect-error https://github.com/hashgraph/hedera-sdk-js/issues/2722
const {
Hbar,
Client,
PrivateKey,
TokenCreateTransaction,
TokenType,
TokenMintTransaction,
// @ts-expect-error https://github.com/hashgraph/hedera-sdk-js/issues/2722
} = require('@hashgraph/sdk');
const { HTSAddress, getHIP719Code } = require('@hashgraph/system-contracts-forking');

Expand Down

0 comments on commit 352ecf0

Please sign in to comment.