Development
To run test:
npm test xcraft-core-converters
To debug test:
- Run Visual Studio Code
- Open the file
xcraft-core-converters/lib/\*.jsorxcraft-core-converters/test/\*.jsto debug - Set a breakpoint
- Run “Test current file (mocha)”
To run test:
npm test xcraft-core-convertersTo debug test:
xcraft-core-converters/lib/\*.js or
xcraft-core-converters/test/\*.js to debug