mocha babel ignores (@parity modules)
This commit is contained in:
parent
887b7b5090
commit
75d9fa3fe9
@ -14,4 +14,6 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
require('babel-register')();
|
require('babel-register')({
|
||||||
|
ignore: /node_modules\/(?!@parity\/(abi|api|jsonrpc))/
|
||||||
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user