UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

11 lines (9 loc) 254 B
var assert = require('assert'); var rs = require('../lib/jsrsasign.js'); describe("base64x", function() { describe("hextorstr", function() { it('should return aaa', function() { assert.equal("aaa", rs.hextorstr("616161")); }); }); });