diff options
author | 2023-08-01 23:05:36 +0800 | |
---|---|---|
committer | 2023-08-01 23:05:36 +0800 | |
commit | fb833214e444ce2e52022774f380208fcf75e6b4 (patch) | |
tree | 0e482cdd0c35c7070dc7ee72b84f9e20e7488514 /packages/integrations/prefetch/test/custom-selectors.test.js | |
parent | 1270d4d63ea9ed6fdd99b21ce417ab097876555b (diff) | |
download | astro-fb833214e444ce2e52022774f380208fcf75e6b4.tar.gz astro-fb833214e444ce2e52022774f380208fcf75e6b4.tar.zst astro-fb833214e444ce2e52022774f380208fcf75e6b4.zip |
Fix prefetch test fail (#7902)
Diffstat (limited to 'packages/integrations/prefetch/test/custom-selectors.test.js')
-rw-r--r-- | packages/integrations/prefetch/test/custom-selectors.test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/integrations/prefetch/test/custom-selectors.test.js b/packages/integrations/prefetch/test/custom-selectors.test.js index ac15d7d5f..b680388df 100644 --- a/packages/integrations/prefetch/test/custom-selectors.test.js +++ b/packages/integrations/prefetch/test/custom-selectors.test.js @@ -10,6 +10,8 @@ const customIntentSelector = [ ]; const test = testFactory({ + // pass custom prefetch configuration + configFile: false, root: './fixtures/basic-prefetch/', integrations: [ prefetch({ |