source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Fix ace editor warnings in test suite by addressing webpack issue #2982

Closed chownces closed 1 month ago

chownces commented 1 month ago

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

How to test

Test suite should no longer display ace editor warnings

Checklist

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 8935791080

Details


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

💛 - Coveralls