summaryrefslogtreecommitdiff
path: root/test/snowpack-integration.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snowpack-integration.test.js')
-rw-r--r--test/snowpack-integration.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snowpack-integration.test.js b/test/snowpack-integration.test.js
index d48aa1a1f..eff5b6756 100644
--- a/test/snowpack-integration.test.js
+++ b/test/snowpack-integration.test.js
@@ -68,7 +68,7 @@ SnowpackDev('No error creating the runtime', () => {
SnowpackDev('Can load every page', async () => {
const failed = [];
- const pageRoot = new URL('../examples/snowpack/astro/pages/', import.meta.url);
+ const pageRoot = new URL('../examples/snowpack/src/pages/', import.meta.url);
for await (let pathname of allPages(pageRoot)) {
if (pathname.includes('proof-of-concept-dynamic')) {
continue;