We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d3a5c commit c9a3b43Copy full SHA for c9a3b43
1 file changed
test-packages/ember-cli-fastboot-testing-app/tests/fastboot/welcome-page-test.js
@@ -1,7 +1,7 @@
1
import { module, test } from 'qunit';
2
import { setup, visit } from 'ember-cli-fastboot-testing/test-support';
3
4
-module('FastBoot | home-page', function(hooks) {
+module('FastBoot | welcome-page', function(hooks) {
5
setup(hooks);
6
7
test('it renders the welcome page', async function(assert) {
0 commit comments