Skip to content

Commit 950dcad

Browse files
author
Dan Wenzel
authored
Remove the word "test" from test name in blueprint
Other ember tests generated via `ember g` do not include the word "test" in the name within the module string.
1 parent 61065f5 commit 950dcad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueprints/fastboot-test/files/tests/fastboot/__name__-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { module, test } from 'qunit';
22
import { setup, visit, /* mockServer */ } from 'ember-cli-fastboot-testing/test-support';
33

4-
module('FastBoot | <%= dasherizedModuleName %> test', function(hooks) {
4+
module('FastBoot | <%= dasherizedModuleName %>', function(hooks) {
55
setup(hooks);
66

77
test('it renders a page...', async function(assert) {

0 commit comments

Comments
 (0)