TheOdinProject/javascript-exercises

Bug - : tempConversion: Doesn't skip test cases

Closed this issue · 2 comments

Complete the following REQUIRED checkboxes:

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this issue follows the Bug - location of bug: brief description of bug format, e.g. Bug - Exercises: File type incorrect for all test files

The following checkbox is OPTIONAL:

  • I would like to be assigned this issue to work on it

** Description of the Bug:**
The first time I run the code with the 'npm test tempConversion.spec.js' it should only test it with those test cases that doesn't have de '.skip' method. Right now the code its been test with all the test cases even though they have the '.skip' method

** Desktop/Device:**

  • Device: MacBook Air
  • OS: MacOS Mojave 10.14.5

@Lomlomm can you confirm that you're still seeing this issue?

Going to close this due to no response and unable to reproduce this issue. Trying to test specifically the tempConversion exercise and tests are being skipped fine for me on a Mac.