A test at chess-lib/tests/rook_move_generation.rs
will generate a snapshot file at chess-lib/chess-lib/tests/__snapshots__/rook_move_generation.rs.snap
instead of placing it in a __snapshots__ folder in the same directory. I believe this is because of multiple workspaces.
A test at
chess-lib/tests/rook_move_generation.rswill generate a snapshot file at
chess-lib/chess-lib/tests/__snapshots__/rook_move_generation.rs.snapinstead of placing it in a
__snapshots__folder in the same directory. I believe this is because of multiple workspaces.