mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-01 06:23:26 +00:00
Started porting crypto tests
This commit is contained in:
@@ -4,7 +4,7 @@ var openpgp = require('openpgp');
|
||||
|
||||
var expect = chai.expect;
|
||||
|
||||
describe('Basic tests', function() {
|
||||
describe('Basic', function() {
|
||||
|
||||
describe("Key generation/encryption/decryption", function() {
|
||||
var testHelper = function(passphrase, userid, message) {
|
||||
|
||||
Reference in New Issue
Block a user