dexorder
This commit is contained in:
6
lib_openzeppelin_contracts/hardhat/skip-foundry-tests.js
Normal file
6
lib_openzeppelin_contracts/hardhat/skip-foundry-tests.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { subtask } = require('hardhat/config');
|
||||
const { TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS } = require('hardhat/builtin-tasks/task-names');
|
||||
|
||||
subtask(TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS).setAction(async (_, __, runSuper) =>
|
||||
(await runSuper()).filter(path => !path.endsWith('.t.sol')),
|
||||
);
|
||||
Reference in New Issue
Block a user