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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
As a Bedrock developer I am using and developing bedrock. After running yarn test on source code I find that my $/.bedrock/config.yaml file is replaced with this mock file
The offending test appears to config.test.ts which calls saveConfiguration to the default location ($/.bedrock/config.yaml) not a temp directory. See here
The expectations that "production" configuration doesn't get overwritten by tests. We should write to a temp directory.
As a Bedrock developer I am using and developing
bedrock. After runningyarn teston source code I find that my$/.bedrock/config.yamlfile is replaced with this mock fileThe offending test appears to
config.test.tswhich callssaveConfigurationto the default location ($/.bedrock/config.yaml) not a temp directory. See hereThe expectations that "production" configuration doesn't get overwritten by tests. We should write to a temp directory.