Separate RenPool.test.js
into multiple files
#4
Labels
refactor
Improves project quality without added value
RenPool.test.js
into multiple files
#4
We expect these tests to continue growing. Placing them in the same file can result in major merge conflicts. To avoid this issue, we should separate the tests into multiple files.
Here's is a possible way how to solve it
https://www.alxolr.com/articles/how-to-separate-mocha-tests-in-multiple-files.
The text was updated successfully, but these errors were encountered: