From 60bd161730af39bf3fc7ef8c1ae4bb437473cd6c Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Tue, 10 Dec 2024 13:21:37 +0100 Subject: [PATCH] Run codemod tests with 5.12 --- tests/scenarios/template-tag-codemod-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scenarios/template-tag-codemod-test.ts b/tests/scenarios/template-tag-codemod-test.ts index 1f253d250..575a7d842 100644 --- a/tests/scenarios/template-tag-codemod-test.ts +++ b/tests/scenarios/template-tag-codemod-test.ts @@ -6,7 +6,7 @@ import { join } from 'path'; const { module: Qmodule, test } = QUnit; appScenarios - .only('release') + .only('lts_5_12') .map('template-tag-codemod', project => { project.mergeFiles({ app: {