UNPKG
queue-conductor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Queue manager with condition-based listening and task subscription
queue-conductor
/
webpack.mocha_config.js
11 lines
(8 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
//clone top level references
var
backBone=
Object
.
assign
({},
require
(
'./webpack.production_config.js'
)) backBone.
entry
= [
'./tests/test_entry.js'
] backBone.
output
={
path
: __dirname+
'/dist/tests'
,
filename
:
'test_build.js'
}
module
.
exports
=backBone