diff options
author | Maximilian Krambach <[email protected]> | 2018-07-04 11:38:54 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-07-04 11:38:54 +0000 |
commit | 1919fa41b6da4dfd4f69e776caa6e6b1883eb208 (patch) | |
tree | 1650ffd04145a4c4f6246d3cda2557ce2bc5f53c /lang/js/README_testing | |
parent | js: add Key lookup (diff) | |
download | gpgme-1919fa41b6da4dfd4f69e776caa6e6b1883eb208.tar.gz gpgme-1919fa41b6da4dfd4f69e776caa6e6b1883eb208.zip |
js: Add jsdoc, update webpack-cli dependency
--
* 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
Diffstat (limited to 'lang/js/README_testing')
-rw-r--r-- | lang/js/README_testing | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/js/README_testing b/lang/js/README_testing deleted file mode 100644 index b61ca1a6..00000000 --- a/lang/js/README_testing +++ /dev/null @@ -1,14 +0,0 @@ -Test extension: - -The test extension contains tests with mocha and chai. It will be packed as an -extra extension (see build_extension.sh). - -Tests from BrowserTestExtension/tests will be run against the gpgmejs.bundle.js -itself. They aim to test the outward facing functionality and API. - -Unittests as defined in ./unittests.js will be bundled in -gpgmejs_unittests.bundle.js, and test the separate components of gpgmejs, -which mostly are not exported. - -The BrowserExtension can be installed the same way as the DemoExtension -(see README).
\ No newline at end of file |