diff --git a/test/internals/padding-spec.ts b/test/internals/padding-spec.ts index 6262c6589..84a195f2b 100644 --- a/test/internals/padding-spec.ts +++ b/test/internals/padding-spec.ts @@ -436,6 +436,8 @@ describe("PADDING", () => { }); describe("non-rotated axis", () => { + console.log("-->", process.env.NODE_ENV) + it("outer y axis with legend", () => { deepEqual({top: 0, right: 2, bottom: 37, left: 40.59375}); });