diff options
author | Maximilian Krambach <[email protected]> | 2018-05-14 14:36:05 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-14 14:36:05 +0000 |
commit | d1ca90ef75aa4ab61cb8f7563be6fc55012a3900 (patch) | |
tree | bbd80e3e69c447b48cedb9c27e9f0f3eea279987 /lang/js/test/mocha.opts | |
parent | js: Tests and improvements for openpgp mode (diff) | |
download | gpgme-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 '')
-rw-r--r-- | lang/js/test/mocha.opts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/js/test/mocha.opts b/lang/js/test/mocha.opts deleted file mode 100644 index 65adc1c3..00000000 --- a/lang/js/test/mocha.opts +++ /dev/null @@ -1,4 +0,0 @@ ---require babel-register ---reporter spec ---ui bdd ---colors |