From 337b7f0269c1a0e5bed3e02419c4e19978b5136e 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: {