Skip to content

Commit

Permalink
Remove some tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Mar 24, 2024
1 parent 587ae5e commit 3f43ecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"starknet": "^6.6.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^16.9.2",
"chai": "^4.3.7",
Expand Down
3 changes: 1 addition & 2 deletions test/account.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { isBN } from "bn.js";
import chai from "chai";
import { Account, Contract, constants, num } from "starknet";
import { Contract, num } from "starknet";
import { getERC20FeeContract, getStarknetWallet, getTestProvider } from "./fixtures";
import { StarkNetWallet } from "../src/StarkNetWallet";

Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==

"@types/chai@^4.3.14":
version "4.3.14"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==

"@types/commander@^2.12.2":
version "2.12.2"
resolved "https://registry.yarnpkg.com/@types/commander/-/commander-2.12.2.tgz#183041a23842d4281478fa5d23c5ca78e6fd08ae"
Expand Down

0 comments on commit 3f43ecf

Please sign in to comment.