Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix aliased variables variables with tests #300

Merged

Conversation

JackHowa
Copy link
Contributor

@JackHowa JackHowa closed this Jan 18, 2024
@coveralls
Copy link

coveralls commented Jan 18, 2024

Pull Request Test Coverage Report for Build 9677656577

Details

  • 25 of 38 (65.79%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+10.1%) to 76.548%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/utilities/getVariables.ts 6 19 31.58%
Totals Coverage Status
Change from base Build 8422990754: 10.1%
Covered Lines: 577
Relevant Lines: 738

💛 - Coveralls

@JackHowa JackHowa reopened this Jun 26, 2024
@@ -4,7 +4,7 @@ import { StandardTokenInterface, StandardTokenTypes, StandardTokenDataInterface,
import roundWithDecimals from '../utilities/roundWithDecimals'
import { tokenExtensions } from './tokenExtensions'
import config from '@config/config'
import { changeNotation } from '@src/utilities/changeNotation'
import { changeNotation } from '../utilities/changeNotation'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to update syntax so tests would recognize origin of mapping

@JackHowa JackHowa marked this pull request as ready for review June 26, 2024 10:05
@lukasoppermann lukasoppermann merged commit 2861fa9 into lukasoppermann:main Jun 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants