Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Move setup to root /test/* folder and add it as always included in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jul 19, 2023
1 parent 31e9abc commit 694834c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"preinstall": "npx only-allow yarn",
"format": "prettier --write './{config,contracts,eth-sdk,scripts,tasks,test,utils}/**/*.{ts,js,sol}'",
"test": "hardhat test",
"test": "hardhat test ./test/setup",
"compile": "bash ./compile.sh",
"deploy": "hardhat compile && hardhat deploy:AngelProtocol",
"sdks": "yarn eth-sdk",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions test/setup/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import "./setup";
File renamed without changes.

0 comments on commit 694834c

Please sign in to comment.