@@ -34,7 +34,7 @@ and cleaning up once your tests in this module are finished.
34
34
import { module } from ' qunit' ;
35
35
import { setupRenderingTest } from ' ember-qunit' ;
36
36
37
- module (' Integration | Component | pretty color' , function (hooks ) {
37
+ module (' Integration | Component | pretty- color' , function (hooks ) {
38
38
setupRenderingTest (hooks);
39
39
40
40
});
@@ -47,7 +47,7 @@ Here, we can use the `QUnit.test` helper and we can give it a descriptive name:
47
47
import { module , test } from ' qunit' ;
48
48
import { setupRenderingTest } from ' ember-qunit' ;
49
49
50
- module (' Integration | Component | pretty color' , function (hooks ) {
50
+ module (' Integration | Component | pretty- color' , function (hooks ) {
51
51
setupRenderingTest (hooks);
52
52
53
53
test (' should change colors' , async function (assert ) {
@@ -68,7 +68,7 @@ import { setupRenderingTest } from 'ember-qunit';
68
68
import { render } from ' @ember/test-helpers' ;
69
69
import hbs from ' htmlbars-inline-precompile' ;
70
70
71
- module (' Integration | Component | pretty color' , function (hooks ) {
71
+ module (' Integration | Component | pretty- color' , function (hooks ) {
72
72
setupRenderingTest (hooks);
73
73
74
74
test (' should change colors' , async function (assert ) {
@@ -99,7 +99,7 @@ import { setupRenderingTest } from 'ember-qunit';
99
99
import { render } from ' @ember/test-helpers' ;
100
100
import hbs from ' htmlbars-inline-precompile' ;
101
101
102
- module (' Integration | Component | pretty color' , function (hooks ) {
102
+ module (' Integration | Component | pretty- color' , function (hooks ) {
103
103
setupRenderingTest (hooks);
104
104
105
105
test (' it renders' , async function (assert ) {
@@ -126,7 +126,7 @@ import { setupRenderingTest } from 'ember-qunit';
126
126
import { render } from ' @ember/test-helpers' ;
127
127
import hbs from ' htmlbars-inline-precompile' ;
128
128
129
- module (' Integration | Component | pretty color' , function (hooks ) {
129
+ module (' Integration | Component | pretty- color' , function (hooks ) {
130
130
setupRenderingTest (hooks);
131
131
132
132
test (' it renders' , async function (assert ) {
@@ -185,7 +185,7 @@ import { setupRenderingTest } from 'ember-qunit';
185
185
import { click , render } from ' @ember/test-helpers' ;
186
186
import hbs from ' htmlbars-inline-precompile' ;
187
187
188
- module (' Integration | Component | magic title' , function (hooks ) {
188
+ module (' Integration | Component | magic- title' , function (hooks ) {
189
189
setupRenderingTest (hooks);
190
190
191
191
test (' should update title on button click' , async function (assert ) {
@@ -250,7 +250,7 @@ import { setupRenderingTest } from 'ember-qunit';
250
250
import { click , fillIn , render } from ' @ember/test-helpers' ;
251
251
import hbs from ' htmlbars-inline-precompile' ;
252
252
253
- module (' Integration | Component | comment form' , function (hooks ) {
253
+ module (' Integration | Component | comment- form' , function (hooks ) {
254
254
setupRenderingTest (hooks);
255
255
256
256
test (' should trigger external action on form submit' , async function (assert ) {
@@ -335,7 +335,7 @@ const locationStub = Service.extend({
335
335
}
336
336
});
337
337
338
- module (' Integration | Component | location indicator' , function (hooks ) {
338
+ module (' Integration | Component | location- indicator' , function (hooks ) {
339
339
setupRenderingTest (hooks);
340
340
341
341
hooks .beforeEach (function (assert ) {
@@ -371,7 +371,7 @@ const locationStub = Service.extend({
371
371
}
372
372
});
373
373
374
- module (' Integration | Component | location indicator' , function (hooks ) {
374
+ module (' Integration | Component | location- indicator' , function (hooks ) {
375
375
setupRenderingTest (hooks);
376
376
377
377
hooks .beforeEach (function (assert ) {
@@ -412,7 +412,7 @@ const locationStub = Service.extend({
412
412
}
413
413
});
414
414
415
- module (' Integration | Component | location indicator' , function (hooks ) {
415
+ module (' Integration | Component | location- indicator' , function (hooks ) {
416
416
setupRenderingTest (hooks);
417
417
418
418
hooks .beforeEach (function (assert ) {
@@ -495,7 +495,7 @@ import { setupRenderingTest } from 'ember-qunit';
495
495
import { render , settled } from ' @ember/test-helpers' ;
496
496
import hbs from ' htmlbars-inline-precompile' ;
497
497
498
- module (' Integration | Component | delayed typeahead' , function (hooks ) {
498
+ module (' Integration | Component | delayed- typeahead' , function (hooks ) {
499
499
setupRenderingTest (hooks);
500
500
501
501
const stubResults = [
0 commit comments