Skip to content

Commit 32028df

Browse files
committed
Fix linting error
1 parent 519e9c0 commit 32028df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sharing-smart-contract/test/e2e/upgrade.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { loadFixture } from '@nomicfoundation/hardhat-toolbox/network-helpers.js
22
import { expect } from 'chai';
33
import hardhat from 'hardhat';
44
import { createCollection, deploySCFixture } from './utils/loadFixture.test.js';
5+
import {beforeEach} from 'mocha';
56
const { ethers, upgrades } = hardhat;
67

78
// TODO convert to ts.

0 commit comments

Comments
 (0)