mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
48550c81aa
fixes https://github.com/TryGhost/Toolbox/issues/150 - up until now, the test framework has copied all theme fixtures to the test directory when it boots Ghost - the vast majority of tests don't need all the themes, so this is quite a wasteful operation - this commit disables copying all themes by default, and provides the `copyThemes` boot option to enable this - also adds a `copySettings` option, and defaults `redirectsFile` to false to further reduce the number of file copies |
||
---|---|---|
.. | ||
helpers | ||
advanced_url_config.test.js | ||
custom_routes.test.js | ||
default_routes.test.js | ||
email_routes.test.js | ||
member_stats.test.js | ||
members.test.js | ||
preview_routes.test.js |