shanedell commented on PR #1060:
URL: https://github.com/apache/daffodil-vscode/pull/1060#issuecomment-2204008515
@stricklandrbls Below is a commit message I added:
```text
@shanedell
Fix most tests:
- Below lines that were added to src/tests/suite/index.ts allowed the tests
to resolve module aliases:
- require('ts-node/register')
- require('tsconfig-paths/register')
- Renamed src/launchWizard/launchWizard.js to src/launchWizard/script.js
- This resolved an issue with the alias where it would sometimes import
the launchWizard.js instead of launchWizard.ts.
- The tests still not passing seem to be failing because of pico
```
So I was able to get most tests passing except some for the data editor that
seem due to pico. Wasn't sure if you would be able to figure that quicker than
I can. But according to CI I might have just been hitting the issue locally as
some stages were passing all tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]