aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/webpack.conf_unittests.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: Add jsdoc, update webpack-cli dependencyMaximilian Krambach2018-07-041-9/+11
| | | | | | | | | | | | | | | -- * 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
* js: Added browser testing for unit testsMaximilian Krambach2018-05-031-0/+34
-- * 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.