stricklandrbls commented on PR #1382:
URL: https://github.com/apache/daffodil-vscode/pull/1382#issuecomment-3237193014

   @shanedell I'm unsure as to why the CI jobs are failing with the testing 
side of the extension. Some failures appear with the svelte tests but when I 
run the `test:svelte` yarn script I get normal output:
   ```
   $ mocha -r ts-node/register ./src/svelte/tests/**/*.test.ts
   
   
     Data Editor Stores ( Derived )
       regularSizedFile
         ✔ should return true on regular computed sized viewports
         ✔ should return false on non-regular computed sized viewports
       saveable
         ✔ should report boolean value derived from fileMetrics.changeCount
   
     Display Functions
       radixBytePad
         ✔ should return the appropriate text length per radix value given
       radixToString
         ✔ should return the correct radix index string from RadixValue
   
   
     5 passing (6ms)
   
   Done in 2.00s.
   ```
   Even some of the Windows CI jobs pass this portion. Other jobs are 
complaining about `.ts` being an unknown file extension.... which is baffling


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