Skip to content

Commit 4d3eef3

Browse files
authored
Merge pull request #48 from danwenzel/patch-1
Remove the word "test" from test name in blueprint
2 parents 61065f5 + 950dcad commit 4d3eef3

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)