mocha babel ignores (@parity modules)

This commit is contained in:
Jaco Greeff 2017-04-20 11:56:13 +02:00
parent 887b7b5090
commit 75d9fa3fe9

View File

@ -14,4 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
require('babel-register')();
require('babel-register')({
ignore: /node_modules\/(?!@parity\/(abi|api|jsonrpc))/
});