react-hexgrid icon indicating copy to clipboard operation
react-hexgrid copied to clipboard

Test Skipped in GridGenerator.test.tsx

Open tieje opened this issue 3 years ago • 0 comments

Running the following command to test the GridGenerator static methods shows all tests pass.

  • npx jest test/src/GridGenerator.test.tsx However, running the following command to run all tests show that a test in GridGenerator.test.tsx is being skipped.
  • npm run test

Why is this single test skipped?

tieje avatar Jul 13 '22 19:07 tieje