Fix: activate native tests under node.js

This commit is contained in:
Tankred Hase 2016-03-24 13:34:12 +08:00
parent da3fbf8965
commit 2dce233d10

View File

@ -462,7 +462,7 @@ describe('OpenPGP.js public api tests', function() {
});
tryTests('GCM mode (native)', tests, {
if: openpgp.util.getWebCrypto(),
if: openpgp.util.getWebCrypto() || openpgp.util.getNodeCrypto(),
beforeEach: function() {
openpgp.config.useNative = true;
openpgp.config.aead_protect = true;