Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-18 21:18:11 +01:00
parent 83624f080b
commit d312841559
+1 -1
View File
@@ -276,7 +276,7 @@ describe('tasks', () => {
describe('templatingTask', () => {
it('should generate a project populating context parameters', async () => {
const templateDir = resolvePath(__dirname, '../../templates/legacy-app');
const templateDir = resolvePath(__dirname, '../../templates/default-app');
const destinationDir = 'templatedApp';
const context = {
name: 'SuperCoolBackstageInstance',