Skip to content

Commit

Permalink
CC-627 moved comment for disabling eslint to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
libmartinito committed Jul 20, 2023
1 parent 4808bf1 commit dc7d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/pay-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable qunit/require-expect */
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import { setupMirage } from 'ember-cli-mirage/test-support';
Expand All @@ -16,7 +17,6 @@ module('Acceptance | pay-test', function (hooks) {
test('redirects to login page if user is not signed in', async function (assert) {
testScenario(this.server);

/* eslint-disable-next-line qunit/require-expect */
assert.expect(2);

try {
Expand Down

0 comments on commit dc7d9bb

Please sign in to comment.