Explorar el Código

Use Hardhat recommended Mocha configuration (#2805)

William Entriken hace 4 años
padre
commit
8bcf0ad7ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .mocharc.js

+ 1 - 0
.mocharc.js

@@ -1,3 +1,4 @@
 module.exports = {
+  require: 'hardhat/register',
   timeout: 4000,
 };