aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/README_testing (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-04js: Add jsdoc, update webpack-cli dependencyMaximilian Krambach1-14/+0
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations
2018-05-03js: Added browser testing for unit testsMaximilian Krambach1-0/+14
-- * Added unittests to be run inside a Browser. To be able to access the non-exposed functions and classes, a testing bundle will be created, containing the tests (unittests.js) and the items to be tested. * src/Helpelpers, src/Key, src/Keyring: fixed some errors found during testing.