insightsengineering / tlg-catalog

A catalog of Tables, Listings and Graphs (TLGs) created with NEST R packages
https://insightsengineering.github.io/tlg-catalog/
Other
20 stars 8 forks source link

Fix snapshot tests #93

Closed vedhav closed 1 year ago

vedhav commented 1 year ago

Scope of the PR

Fixes the graph snapshots by making them reproducible when restored from a .rds file

Reason for the test snapshots failure:

When trying to reproduce the plots from a saved RDS file some functions are called so they need to be re-evaluated and we need any objects they use to be present in the test env so we need to source them in helper*.R