Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 62dd6a8

Browse files
authoredMar 16, 2017
Fix for e2e tests (#252)
PR-URL: #252
1 parent ca07bd8 commit 62dd6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/fixtures/fib.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ var debuglet = require('../..').start({
2727
maxLogsPerSecond: 2,
2828
logDelaySeconds: 5,
2929
breakpointUpdateIntervalSec: 1,
30-
testMode_: true
30+
testMode_: true,
31+
allowExpressions: true
3132
}
3233
});
3334

0 commit comments

Comments
 (0)
This repository has been archived.