diff --git a/apps/ember-test-app/tests/fastboot/cloudinary-test.js b/apps/ember-test-app/tests/fastboot/cloudinary-test.js index e51d04ed8..2af3e3d8e 100644 --- a/apps/ember-test-app/tests/fastboot/cloudinary-test.js +++ b/apps/ember-test-app/tests/fastboot/cloudinary-test.js @@ -4,7 +4,6 @@ import { visit /* mockServer */, } from 'ember-cli-fastboot-testing/test-support'; -// FastBoot does not not suppport Ember 5 yet :-( module('FastBoot | Cloudinary', function (hooks) { setup(hooks); diff --git a/apps/ember-test-app/tests/fastboot/imgix-test.js b/apps/ember-test-app/tests/fastboot/imgix-test.js index c92dcc598..2c342653a 100644 --- a/apps/ember-test-app/tests/fastboot/imgix-test.js +++ b/apps/ember-test-app/tests/fastboot/imgix-test.js @@ -4,7 +4,6 @@ import { visit /* mockServer */, } from 'ember-cli-fastboot-testing/test-support'; -// FastBoot does not not suppport Ember 5 yet :-( module('FastBoot | Imgix', function (hooks) { setup(hooks); diff --git a/apps/ember-test-app/tests/fastboot/netlify-test.js b/apps/ember-test-app/tests/fastboot/netlify-test.js index 093a3f5da..aa953e131 100644 --- a/apps/ember-test-app/tests/fastboot/netlify-test.js +++ b/apps/ember-test-app/tests/fastboot/netlify-test.js @@ -4,7 +4,6 @@ import { visit /* mockServer */, } from 'ember-cli-fastboot-testing/test-support'; -// FastBoot does not not suppport Ember 5 yet :-( module('FastBoot | Netlify', function (hooks) { setup(hooks);