qwikifiers / qwik-nx

Nx plugin for Qwik
133 stars 24 forks source link

bug: init: unit test error #15

Closed reemardelarosa closed 1 year ago

reemardelarosa commented 1 year ago

Describe the bug After running test in qwik-nx, init.spec.ts is failing

To Reproduce Steps to reproduce the behavior:

  1. Run nx test qwik-nx
  2. Wait for test to finish
  3. See error in terminal
  4. init.spec.ts is failing

Expected behavior Unit test should all pass.

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2022-12-10 at 3 37 01 PM Screenshot 2022-12-10 at 3 37 53 PM

Additional context Add any other context about the problem here.

dmitry-stepanenko commented 1 year ago

fixed by https://github.com/qwikifiers/qwik-nx/pull/43