UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (4 loc) 159 B
/* eslint-disable */ import 'babel-polyfill'; const testsContext = require.context('./', true, /\.tests\.ts(x?)$/); testsContext.keys().forEach(testsContext);