parent
a43ee6553e
commit
99b3b6e835
@ -1,18 +0,0 @@ |
|||||||
|
|
||||||
// Mute compiler warnings - this will need to be addressed properly in
|
|
||||||
// the Buidler plugin by overloading TASK_COMPILE_COMPILE.
|
|
||||||
const originalLog = console.log; |
|
||||||
console.warn = () => {}; |
|
||||||
console.log = val => val === '\n' ? null : originalLog(val); |
|
||||||
|
|
||||||
module.exports = { |
|
||||||
solc: { |
|
||||||
version: "0.5.8" |
|
||||||
}, |
|
||||||
paths: { |
|
||||||
artifacts: "./test/artifacts", |
|
||||||
cache: "./test/cache", |
|
||||||
test: "./test/units", |
|
||||||
sources: "./test/sources/contracts", |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue