UNPKG

coworkers-test

Version:
10 lines (6 loc) 183 B
'use strict' const CoworkersTest = require('./lib/coworkers-test.js') module.exports = coworkersTestFactory function coworkersTestFactory (app) { return new CoworkersTest(app) }