UNPKG

matrixbitcore-lib

Version:

A pure and powerful JavaScript MatrixBit library.

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);