scale-it/algo-builder

In runtime the function Console.log() doesn't print anything within the "it" sections

BubsLB opened this issue · 2 comments

Describe the bug

In runtime test the function Console.log() doesn't print anything within the "it" sections.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

Environment

  • OS: iOS 11.4
  • Node.js version: 14.17
  • algob version: 1.1.1

Hi
this is happening because of this file https://github.com/scale-it/algo-builder/blob/master/test/setup.js we have muted logs while we run tests in this workspace, you can comment this file and run your tests.

Thank you !

Hi
this is happening because of this file https://github.com/scale-it/algo-builder/blob/master/test/setup.js we have muted logs while we run tests in this workspace, you can comment this file and run your tests.

Thank you !