diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 15:57:17 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 15:57:17 -0400 |
commit | 944ea96ae6f72c11527091a718b124d7e396cf34 (patch) | |
tree | 097cc52d7031ffb0c95ab6de08baf6aba288f490 /test | |
parent | e73b5f1739d2c9f54c66b25500dc80e9bef25f36 (diff) |
test: update image snapshot tests
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/content-function.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js index a4c5dac1..aa8c66cb 100644 --- a/test/lib/content-function.js +++ b/test/lib/content-function.js @@ -51,6 +51,7 @@ export function testContentFunctions(t, message, fn) { to, urls, + cachebust: 413, pagePath: ['home'], appendIndexHTML: false, getColors: c => getColors(c, {chroma}), |