Skip to content

Commit 5f54e6b

Browse files
committed
fix lint
1 parent 7377c9a commit 5f54e6b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/acceptance/support-test.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ module('Acceptance | support', function (hooks) {
2424
const listitem = findAll('[data-test-id="inquire-list"] li');
2525
assert.deepEqual(
2626
listitem.map(item => item.textContent.trim()),
27-
['Report a crate that violates policies'].concat([`For all other cases:
28-
27+
['Report a crate that violates policies'].concat([
28+
`For all other cases:
29+
30+
]),
2931
);
3032

3133
await percySnapshot(assert);
@@ -42,8 +44,10 @@ module('Acceptance | support', function (hooks) {
4244
const listitem = findAll('[data-test-id="inquire-list"] li');
4345
assert.deepEqual(
4446
listitem.map(item => item.textContent.trim()),
45-
['Report a crate that violates policies'].concat([`For all other cases:
46-
47+
['Report a crate that violates policies'].concat([
48+
`For all other cases:
49+
50+
]),
4751
);
4852
});
4953

0 commit comments

Comments
 (0)