This PR ignores snaphsots ending with "_private". For example, snapshots produced in a file named test-fun_private.R will be ignored.
Unfortunately this approach doesn't allow sharing snapshots among developers, thus
limiting their ability to reproduce failing regression tests except in your own computer.
This PR ignores snaphsots ending with "_private". For example, snapshots produced in a file named test-fun_private.R will be ignored.
Unfortunately this approach doesn't allow sharing snapshots among developers, thus limiting their ability to reproduce failing regression tests except in your own computer.
See also #69