Commit 9c635da8 authored by coolhill's avatar coolhill

ignore OVM_DeployerWhitelist in test coverage

parent 20fe9498
module.exports = { module.exports = {
skipFiles: [ skipFiles: [
'./test-helpers', './test-helpers',
'./test-libraries' './test-libraries',
'./L2/predeploys/OVM_DeployerWhitelist.sol'
], ],
mocha: { mocha: {
grep: "@skip-on-coverage", grep: "@skip-on-coverage",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment