Skip to content
Snippets Groups Projects
Unverified Commit 690399b0 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

feat: also test context template engine (#470)

parent 65b84f1a
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,6 @@ for (const templateType of templateTypes) { ...@@ -28,10 +28,6 @@ for (const templateType of templateTypes) {
// nextjs doesn't support simple templates - skip tests // nextjs doesn't support simple templates - skip tests
continue; continue;
} }
if (templateEngine === "context") {
// we don't test context templates because it needs OPEN_AI_KEY
continue;
}
const appType: AppType = const appType: AppType =
templateFramework === "express" || templateFramework === "fastapi" templateFramework === "express" || templateFramework === "fastapi"
? templateType === "simple" ? templateType === "simple"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment