Skip to content

Commit 954c663

Browse files
christhielenchristopherthielen
authored andcommitted
fix(trace): do not print trace unless options.trace is true
1 parent 25f8a9f commit 954c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resolveSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,4 @@ describe("State transitions with resolves", function() {
569569
expectCounts._J++;
570570
expect(counts).toEqualData(expectCounts);
571571
}));
572-
});
572+
});

0 commit comments

Comments
 (0)