UNPKG
hystrixjs
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0-beta
0.0.4-beta
0.0.3
resilience module for NodeJS applications
bitbucket.org/igor_sechyn/hystrixjs
hystrixjs
/
test
/
http
/
HystrixSSEStream-missing-deps.spec.js
7 lines
(6 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe
(
"HystrixSSEStream"
,
function
(
) {
it
(
"should not load with missing dependencies"
,
() =>
{
expect
(
() =>
require
(
"../../lib/http/HystrixSSEStream"
)) .
toThrow
(
new
Error
(
"HystrixSSEStream requires either rx@>=3.0.0 or rxjs@^5.0.0"
)); }); });