You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The engine.rs file has grown extremely large (7000+ lines of tests alone), it might be worth looking into splitting them up into different files for clarity and potentially removing duplicate/unnecessary tests if needed.
The
engine.rsfile has grown extremely large (7000+ lines of tests alone), it might be worth looking into splitting them up into different files for clarity and potentially removing duplicate/unnecessary tests if needed.