stricklandrbls commented on code in PR #917:
URL: https://github.com/apache/daffodil-vscode/pull/917#discussion_r1425576170
##########
package.json:
##########
@@ -41,6 +41,7 @@
"package": "run-func build/yarn-scripts.ts package && yarn --cwd
dist/package install && yarn --cwd dist/package vsce package --out ../../",
"pretest": "yarn compile && yarn webpack",
"test": "sbt test && node ./out/tests/runTest.js",
Review Comment:
I initially did not have the tests being ran during the projects tests
because there were a lot of compilation errors within the svelte tests. This is
because of #878
Although, I found out that there are only compilation errors when `mocha` is
trying to compile the files with the errors. The example tests that I have do
not have any so I went ahead and implemented your changes to the test scripts.
--
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]