UNPKG

bitcore-matrixpay-lib

Version:
5 lines (3 loc) 196 B
// This file is used for compiling tests with webpack into one file for using with karma const testsContext = require.context('./test', true, /\.js$/); testsContext.keys().forEach(testsContext);