aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-14 14:36:05 +0000
committerMaximilian Krambach <[email protected]>2018-05-14 14:36:05 +0000
commitd1ca90ef75aa4ab61cb8f7563be6fc55012a3900 (patch)
treebbd80e3e69c447b48cedb9c27e9f0f3eea279987 /lang/js/package.json
parentjs: Tests and improvements for openpgp mode (diff)
downloadgpgme-d1ca90ef75aa4ab61cb8f7563be6fc55012a3900.tar.gz
gpgme-d1ca90ef75aa4ab61cb8f7563be6fc55012a3900.zip
js: remove non-browser tests
-- * The majority of tests needs to be run in a nativeMessaging context. Offering the few tests that don't need this context at two places introduces issues with maintainability. All tests now removed can be found in ./unittests.js
Diffstat (limited to 'lang/js/package.json')
-rw-r--r--lang/js/package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/js/package.json b/lang/js/package.json
index a794188a..be52a554 100644
--- a/lang/js/package.json
+++ b/lang/js/package.json
@@ -4,9 +4,6 @@
"description": "javascript part of a nativeMessaging gnupg integration",
"main": "src/index.js",
"private": true,
- "scripts": {
- "test": "mocha"
- },
"keywords": [],
"author": "",
"license": "",