We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519e9c0 commit 32028dfCopy full SHA for 32028df
packages/sharing-smart-contract/test/e2e/upgrade.test.js
@@ -2,6 +2,7 @@ import { loadFixture } from '@nomicfoundation/hardhat-toolbox/network-helpers.js
2
import { expect } from 'chai';
3
import hardhat from 'hardhat';
4
import { createCollection, deploySCFixture } from './utils/loadFixture.test.js';
5
+import {beforeEach} from 'mocha';
6
const { ethers, upgrades } = hardhat;
7
8
// TODO convert to ts.
0 commit comments