UNPKG
coworkers-test
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Coworkers queue testing made easy
github.com/tjmehta/coworkers-test
tjmehta/coworkers-test
coworkers-test
/
index.js
10 lines
(6 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
CoworkersTest
=
require
(
'./lib/coworkers-test.js'
)
module
.
exports
= coworkersTestFactory
function
coworkersTestFactory
(
app
) {
return
new
CoworkersTest
(app) }