An editor for Bayesian Networks built in React.
git clone git@github.com:bayesjs/bayesjs-editor.git
cd bayesjs-editor
yarn // or npm install
To execute the unit test you can run:
yarn run test:unit
And to execute the integration test you can run when the project not runnig:
yarn run test:e2e
or, in case you wanna open the cypress while the project is running, in another terminal run:
yarn run cypress open
yarn start
MIT