fixing test for updated integration options
This commit is contained in:
parent
af8a00e88e
commit
abc72b163a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const test = testFactory({
|
||||||
root: './fixtures/basic-prefetch/',
|
root: './fixtures/basic-prefetch/',
|
||||||
integrations: [
|
integrations: [
|
||||||
prefetch({
|
prefetch({
|
||||||
selectors: 'a[href="/contact"]'
|
selector: 'a[href="/contact"]'
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue