Is it necessary to pass the tests

Is it necessary to pass the tests to be able to send out one project. Or it is enough with having checked if the app works properly sending it to the forum (projects feedback) and other webites (reddit,…) and asking for feedbacks there

Hey Miguel,
You can submit the project even without passing the tests if it woks properly.
However see to it that objective of the project is completed.
Hope it helps.

That it is good.
Because I sorted the issue of the other post about how a click in the key only trigger the sound once, by getting rid of the html audio element and creating a object with new Audio() in the function.

So, the app works properly now (you can click as many times as you want in the key to trigger the sound) but I don’t have any html audio element required by the test.

Thanks