Skip to content

Commit 5af197d

Browse files
committed
renable tests for everything
1 parent 79bc828 commit 5af197d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/e2e-tests/run.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ async function run(): Promise<void> {
2323
};
2424

2525
try {
26-
// registrySetup();
26+
registrySetup();
2727

28-
const recipePaths = glob.sync(`${__dirname}/test-applications/sveltekit/test-recipe.json`, { absolute: true });
28+
const recipePaths = glob.sync(`${__dirname}/test-applications/*/test-recipe.json`, { absolute: true });
2929

3030
await runAllTestApps(recipePaths, envVarsToInject);
3131
} catch (error) {

0 commit comments

Comments
 (0)