Shanedell commented on code in PR #371:
URL: https://github.com/apache/daffodil-vscode/pull/371#discussion_r1049056576
##########
src/tests/suite/omegaEdit.test.ts:
##########
@@ -23,30 +23,30 @@ import { Artifact, Backend } from '../../classes/artifact'
import * as omegaEditClient from '../../omega_edit/client'
import { unzipFile, runScript, killProcess } from '../../utils'
import { before, after } from 'mocha'
+import * as fs from 'fs'
+const PROJECT_ROOT = path.join(__dirname, '../../../')
Review Comment:
actually this change causes windows tests to fail so we will need to keep
this how it is
--
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]