Skip to content

Commit

Permalink
CC-627 disabled the qunit/require-expect rule
Browse files Browse the repository at this point in the history
  • Loading branch information
libmartinito committed Jul 20, 2023
1 parent 7edfd3c commit 4808bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/pay-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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 4808bf1

Please sign in to comment.