We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bc828 commit 5af197dCopy full SHA for 5af197d
packages/e2e-tests/run.ts
@@ -23,9 +23,9 @@ async function run(): Promise<void> {
23
};
24
25
try {
26
- // registrySetup();
+ registrySetup();
27
28
- const recipePaths = glob.sync(`${__dirname}/test-applications/sveltekit/test-recipe.json`, { absolute: true });
+ const recipePaths = glob.sync(`${__dirname}/test-applications/*/test-recipe.json`, { absolute: true });
29
30
await runAllTestApps(recipePaths, envVarsToInject);
31
} catch (error) {
0 commit comments