Skip to content

Commit ce27e10

Browse files
committed
bump back max allowed circular deps to 17
- somehow `madge` identifies circular in an order-dependent way, bump back to pre PR #1613 value.
1 parent cda735b commit ce27e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function assertCircularDeps() {
177177
var logs = [];
178178

179179
// see https://github.com/plotly/plotly.js/milestone/9
180-
var MAX_ALLOWED_CIRCULAR_DEPS = 12;
180+
var MAX_ALLOWED_CIRCULAR_DEPS = 17;
181181

182182
if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
183183
console.log(circularDeps.join('\n'));

0 commit comments

Comments
 (0)