33exports [` generates a \` .gjs\` modifier-test 1` ] = `
44"import { render } from '@ember/test-helpers';
55import { module , test } from 'qunit';
6+ import foo from 'v2-addon/modifiers/foo';
67import { setupRenderingTest } from 'v2-addon/tests/helpers';
78
89module('Integration | Modifier | foo', function (hooks) {
@@ -20,6 +21,7 @@ module('Integration | Modifier | foo', function (hooks) {
2021exports [` generates a \` .gjs\` modifier-test at a custom path 1` ] = `
2122"import { render } from '@ember/test-helpers';
2223import { module , test } from 'qunit';
24+ import foo from 'v2-addon/modifiers/foo';
2325import { setupRenderingTest } from 'v2-addon/tests/helpers';
2426
2527module('Integration | Modifier | foo', function (hooks) {
@@ -37,6 +39,7 @@ module('Integration | Modifier | foo', function (hooks) {
3739exports [` generates a \` .gts\` modifier-test 1` ] = `
3840"import { render } from '@ember/test-helpers';
3941import { module , test } from 'qunit';
42+ import foo from 'v2-addon/modifiers/foo';
4043import { setupRenderingTest } from 'v2-addon/tests/helpers';
4144
4245module('Integration | Modifier | foo', function (hooks) {
@@ -54,6 +57,7 @@ module('Integration | Modifier | foo', function (hooks) {
5457exports [` generates a \` .gts\` modifier-test at a custom path 1` ] = `
5558"import { render } from '@ember/test-helpers';
5659import { module , test } from 'qunit';
60+ import foo from 'v2-addon/modifiers/foo';
5761import { setupRenderingTest } from 'v2-addon/tests/helpers';
5862
5963module('Integration | Modifier | foo', function (hooks) {
0 commit comments