Open dev-737 opened 3 months ago
Unit tests are required for the utils/, applicable modules/, and scripts/ directories. Given that InterChat is entirely in ESM, the Note Tap testing framework is the most suitable choice. All tests should ideally reside within the tests/ folder.
utils/
modules/
scripts/
tests/
Hi can i take this i am new to open source
Unit tests are required for the
utils/
, applicablemodules/
, andscripts/
directories. Given that InterChat is entirely in ESM, the Note Tap testing framework is the most suitable choice. All tests should ideally reside within thetests/
folder.