From f3bb28be3889a017b561ed2cb2643ef918a5ffdc Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Sat, 4 Nov 2023 13:53:06 -0700 Subject: [PATCH] Revert "chore: skip ember-data-codemod and qunit-dom-codemod in tests" This reverts commit 8a7854eef9766de0eb65cfd7499339130c18fe1b. --- test/tests.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/tests.js b/test/tests.js index 83e7babe..4540a7a9 100644 --- a/test/tests.js +++ b/test/tests.js @@ -109,10 +109,6 @@ describe('runs codemods', function() { this.skip(); } - if (['ember-data-codemod', 'qunit-dom-codemod'].includes(codemod) && ['linux', 'win32'].includes(process.platform)) { - this.skip(); - } - async function _merge(src, dest) { await fs.copy( path.join(codemodsFixturesPath, codemod, src, commitMessage),