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 ace editor warnings in test suite by addressing webpack issue #2982

Merged
merged 1 commit into from
May 3, 2024

Conversation

chownces
Copy link
Contributor

@chownces chownces commented May 3, 2024

Description

Removes console warnings in test suite. Issue arises in testing environment due to ace/webpack-resolver, which results in the ace module paths not being found at test time.

This PR manually resolves the webpack issues instead of relying on the cryptic ace/webpack-resolver.

Closes #2962

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How to test

Test suite should no longer display ace editor warnings

Checklist

  • I have tested this code

@chownces chownces requested a review from RichDom2185 May 3, 2024 07:48
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8935791080

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 33.335%

Totals Coverage Status
Change from base Build 8934249455: 0.03%
Covered Lines: 5324
Relevant Lines: 14850

💛 - Coveralls

Copy link
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! I'll rebase my changes in #2905 following this merge.

@RichDom2185 RichDom2185 merged commit da6a986 into master May 3, 2024
8 checks passed
@RichDom2185 RichDom2185 deleted the fix-ace-warnings branch May 3, 2024 07:56
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.

Ace editor warning in test suite
3 participants