Skip to content

Commit

Permalink
Merge pull request #606 from codecrafters-io/CC-627
Browse files Browse the repository at this point in the history
CC-627 disable qunit require-expect rule
  • Loading branch information
libmartinito authored Jul 20, 2023
2 parents 1c080ea + dc7d9bb commit 995c780
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
@@ -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 Down

0 comments on commit 995c780

Please sign in to comment.