stricklandrbls opened a new pull request, #917:
URL: https://github.com/apache/daffodil-vscode/pull/917

   - Added yarn script to run data editor tests using Mocha.
   - Added example function and Svelte store tests.
   
   This is a simple directory structure and test suite setup that utilizes the 
`mocha` test suite that's currently a utilized dependency. The `test:svelte` 
script should be ran manually during development and is not currently 
implemented to be ran during packaging of the extension.
   
   With the `mocha -w` option, it does not currently support _traditional_ 
sourcing of the directory due a discrepancy with with node. [^1] Typing `r s 
<Enter>`, while the `test:svelte` script is watching, will manually source the 
directory structure and re-run the tests. [^2]
   
   [^1]: https://mochajs.org/#nodejs-native-esm-support
   [^2]: https://mochajs.org/#-watch-w
   
   Closes #915


-- 
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]

Reply via email to