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?
Running the following command to test the GridGenerator static methods shows all tests pass.
npx jest test/src/GridGenerator.test.tsxHowever, running the following command to run all tests show that a test in GridGenerator.test.tsx is being skipped.
npm run testWhy is this single test skipped?