mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
11 lines
247 B
JavaScript
11 lines
247 B
JavaScript
module.exports = {
|
|
skipFiles: [
|
|
'mocks',
|
|
'test',
|
|
'L2/predeploys/L1BlockContainer.sol',
|
|
'libraries/verifier/ZkTrieVerifier.sol',
|
|
'libraries/verifier/PatriciaMerkleTrieVerifier.sol'
|
|
],
|
|
istanbulReporter: ["lcov", "json"]
|
|
};
|