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

feat: also test context template engine (#470)

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