UNPKG

gpii-testem

Version:

A library to assist in using Testem within the Fluid ecosystem.

10 lines (7 loc) 337 B
/* eslint-env node */ "use strict"; var fluid = require("infusion"); // Register our content so that it can be referenced in other packages using `fluid.module.resolvePath("%gpii-binder/path/to/content")` fluid.module.register("gpii-testem", __dirname, require); require("./src/js/testem-component"); require("./src/js/instrumenter");