Open DanieleCremoniniOwkin opened 1 year ago
It looks good.. Do you want to merge this now or when some tests are aded?
I'd prefer now.
Can you please fix the build problems I pasted?
Thank you
there is also this error
$ vsce package
ERROR You should not depend on 'vscode' in your 'dependencies'. Did you mean to add it to 'devDependencies'?
npm run compile
runs fine on master... I guess this is caused by the dependencies/versions you added
Add testing infrastructure to the project
The project doesn't contain any test infrastructure, which prevents safe refactoring, is needed for bug fixing and is helpful for new developments.
I created the needed infrastructure. One fake test is included.
To run the tests:
npm run test
from the project root directory.A caveat: compiling with
npm run compile
gives some 12 errors such as:several instances of:
this one
and
which could depend on my environment but I cannot resolve.