summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch/test/style-prefetch.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Default preview host to localhost (#5753)Gravatar Bjorn Lu 1-1/+1
* Initial refactor * Extract as vite plugin * Cleanup vite plugin * Reduce option passing * Use localhost as preview default host * Simplify base handling * Fix host handling * Add changeset * Remove unused imports * Remove unused sirv dep * Try pin playwright to 1.28.1 * Update playwright * Try this * Speed up CI * Try fix page off * Refactor networkidle * Ensure open connections are destroyed when the preview server is closed * Revert debug code Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2022-10-19[ci] formatGravatar matthewp 1-3/+3
2022-10-19Prefetch styles only once (#5125)Gravatar Jelenkee 1-0/+55
* test1 * fixed test * removed console.log * changeset * pnpm-lock * fixed test again * fta * fta2 * fix: wait for fetch * -fixed test template * empty Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: My Name <my.name@my-company.com>