chore: replace jest with mocha
This commit is contained in:
committed by
Justin Starry
parent
612958ece0
commit
c675c67c26
6
web3.js/.mocharc.js
Normal file
6
web3.js/.mocharc.js
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
// Configure Node.js tests
|
||||
module.exports = {
|
||||
require: ['@babel/register', 'esm'],
|
||||
};
|
Reference in New Issue
Block a user