diff --git a/test-app/app/templates/application.hbs b/test-app/app/templates/application.hbs index 1dc4a0d..b0d30f3 100644 --- a/test-app/app/templates/application.hbs +++ b/test-app/app/templates/application.hbs @@ -2,4 +2,6 @@

Welcome to Ember

-{{outlet}} \ No newline at end of file +{{outlet}} + +here \ No newline at end of file diff --git a/test-app/package.json b/test-app/package.json index a3d451f..912070b 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -102,7 +102,7 @@ "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-prettier": "^4.1.0", - "test-support": "workspace:*", + "@universal-ember/test-support": "workspace:*", "tracked-built-ins": "^3.3.0", "typescript": "^5.3.3", "webpack": "^5.89.0" @@ -113,4 +113,5 @@ "ember": { "edition": "octane" } -} \ No newline at end of file +} + diff --git a/test-app/tests/acceptance/visit-all-links-test.ts b/test-app/tests/acceptance/visit-all-links-test.ts new file mode 100644 index 0000000..1a01bb7 --- /dev/null +++ b/test-app/tests/acceptance/visit-all-links-test.ts @@ -0,0 +1,12 @@ +import { module, test } from 'qunit'; +import { setupApplicationTest } from 'ember-qunit'; + +import { visitAllLinks } from '@universal-ember/test-support'; + +module('All Links', function (hooks) { + setupApplicationTest(hooks); + + test('are visitable without error', async function () { + await visitAllLinks(); + }); +}); diff --git a/test-support/package.json b/test-support/package.json index 315a157..901d3a7 100644 --- a/test-support/package.json +++ b/test-support/package.json @@ -1,5 +1,5 @@ { - "name": "test-support", + "name": "@universal-ember/test-support", "version": "0.0.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [