michael-fesselmeyer / ember-super-rentals

1 stars 0 forks source link

Fix Test Cases and Linting Issues #29

Closed michael-fesselmeyer closed 1 year ago

michael-fesselmeyer commented 1 year ago

Description: This pull request addresses several issues related to our test suite and linting configurations. We've made the test cases match to Ember's testing methodologies and corrected linting discrepancies across our codebase.

Key Changes:

History of Changes:

Updated rental-rating-test: Transitioned to proper Ember testing methods, moving away from previous approaches. Trying to update tests: Addressed various issues to ensure that tests run properly. Fixed linting issues in rentals-test: Corrected lint discrepancies and made corresponding updates to the test to align with application changes.

Testing: All tests have been updated and run successfully. Continuous integration confirms that our test suite is now stable.

Request for Review: I'd appreciate it if the team could review the changes and provide feedback.