fixing test for updated integration options

This commit is contained in:
Tony Sullivan 2022-06-27 09:49:25 -05:00
parent af8a00e88e
commit abc72b163a

View file

@ -6,7 +6,7 @@ const test = testFactory({
root: './fixtures/basic-prefetch/',
integrations: [
prefetch({
selectors: 'a[href="/contact"]'
selector: 'a[href="/contact"]'
}),
]
});