UNPKG

@gasket/plugin-mocha

Version:

Integrates mocha based testing in to your Gasket application

9 lines (6 loc) 288 B
import { register } from 'module'; import { pathToFileURL } from 'url'; // Register the Babel loader register('@gasket/plugin-mocha/node-loader-babel', pathToFileURL('./test')); // Register the styles loader register('@gasket/plugin-mocha/node-loader-styles', pathToFileURL('./test'));