Usage examples with tests of various Monadic libraries
All examples are in the examples
folder
All test files have _test.js
in their names and are placed next to the relevant example files for better cohesion. (There is no "test" folder.)
Simply run any of those:
npm test
karma start
yarn test
Karma with Jasmine and Webpack.
See here about the advantages of Karma: https://github.com/dmitriz/min-karma#karma
All tests inside examples
folder should run out of the box.
To run tests from other folders, simply update the files:
setting inside karma.conf.js
See here for more information about Karma working with Webpack: https://github.com/dmitriz/min-karma-webpack