We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cddcc commit d99c8cdCopy full SHA for d99c8cd
tests/acceptance/support-test.js
@@ -45,7 +45,7 @@ module('Acceptance | support', function (hooks) {
45
);
46
});
47
48
- module('reporting a crate from support page', function () {
+ module('reporting a crate from support page', function (hooks) {
49
setupWindowMock(hooks);
50
51
async function prepare(context, assert) {
@@ -191,7 +191,7 @@ test detail
191
192
193
194
- module('reporting a crate from crate page', function () {
+ module('reporting a crate from crate page', function (hooks) {
195
196
197
0 commit comments