Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Remove excessive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lastperson committed Nov 18, 2020
1 parent 4d5851b commit 920e093
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/contractBridge/constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
* SPDX-License-Identifier: LGPL-3.0-only
*/
const TruffleAssert = require('truffle-assertions');
const Ethers = require('ethers');

const Helpers = require('../helpers');

const BridgeContract = artifacts.require("Bridge");

Expand Down
3 changes: 0 additions & 3 deletions test/safeCast.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
* SPDX-License-Identifier: LGPL-3.0-only
*/
const TruffleAssert = require('truffle-assertions');
const Ethers = require('ethers');

const Helpers = require('../helpers');

const SafeCaster = artifacts.require("SafeCaster");

Expand Down

0 comments on commit 920e093

Please sign in to comment.