Hi! Noob here testing out soroban. I am currently in Getting started - 3. Storing data, working on the incrementor. When i 'cargo test -- --nocapture' I do not get the output shown in docs, but rather:
running 1 test
Writing test snapshot file for test "test::increment" to "test_snapshots/test/increment.1.json".
test test::increment ... ok
What am I doing wrong?