diff options
-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({ |