Closed lenmorld closed 3 years ago
Describe the bug The sample tests in https://github.com/WildAid/o-fish-web/tree/main/src/test-examples run everytime you do npm test, so they all run locally and on CI. These tests should be skipped to not waste any compute.
npm test
Action item Skip these tests, e.g. by using describe.skip
describe.skip
I would like to put my hand up to be assigned to this if that's okay 👍
Could I request the hacktoberfest label be applied to the bug?
@jflip the ticket yours, and I added the labels!
Thank you!
Describe the bug The sample tests in https://github.com/WildAid/o-fish-web/tree/main/src/test-examples run everytime you do
npm test
, so they all run locally and on CI. These tests should be skipped to not waste any compute.Action item Skip these tests, e.g. by using
describe.skip