Skip to content

Commit

Permalink
fix(blueprints): remove second string argument from transform tests
Browse files Browse the repository at this point in the history
fixes #5656
  • Loading branch information
makepanic committed Oct 1, 2018
1 parent 67c123d commit 73d0e5a
Show file tree
Hide file tree
Showing 2 changed files with 1,142 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';

module('transform:<%= dasherizedModuleName %>', '<%= friendlyTestDescription %>', function(hooks) {
module('<%= friendlyTestDescription %>', function(hooks) {
setupTest(hooks);

// Replace this with your real tests.
Expand Down
Loading

0 comments on commit 73d0e5a

Please sign in to comment.