We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61065f5 + 950dcad commit 4d3eef3Copy full SHA for 4d3eef3
1 file changed
blueprints/fastboot-test/files/tests/fastboot/__name__-test.js
@@ -1,7 +1,7 @@
1
import { module, test } from 'qunit';
2
import { setup, visit, /* mockServer */ } from 'ember-cli-fastboot-testing/test-support';
3
4
-module('FastBoot | <%= dasherizedModuleName %> test', function(hooks) {
+module('FastBoot | <%= dasherizedModuleName %>', function(hooks) {
5
setup(hooks);
6
7
test('it renders a page...', async function(assert) {
0 commit comments