UNPKG
bagpipes
Version:
latest (0.2.2)
test (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Less code, more flow. Let's dance!
github.com/apigee-127/bagpipes
apigee-127/bagpipes
bagpipes
/
test
/
fixtures
/
fittings
/
error.js
8 lines
(6 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
=
function
create
(
) {
return
function
test
(
context, cb
) {
throw
new
Error
(
'test error'
); } };